Skip to content

Commit be888ac

Browse files
committed
Docs updated and cleaned tsconfig excludes
1 parent a2f7631 commit be888ac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ npm test
7474
* Tests can be put anywhere in `src` if you name the files `*.test.ts`
7575
* Theres also a `test` directory which you can use for any kind of integration tests or whatever you desire. All files in hee are incorporated no matter the name.
7676

77+
Mocha config is found in [.mocharc.yml](./.mocharc.yml) whereas the sources are specified by location (like launch.json for vscode selects individual files)
78+
7779
### Coverage
7880
Defined in [.nycrc.yml](./.nycrc.yml) + additional call arguments for mocha in [package.json](./package.json) specifcally `--require ts-node/register --require source-map-support/register --recursive`.
7981

tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,5 @@
1616
"src/**/*.ts"
1717
],
1818
"exclude": [
19-
"**/*.test.ts",
20-
"node_modules",
21-
"build",
22-
"gulpfile.js"
2319
]
2420
}

0 commit comments

Comments
 (0)