You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ npm test
74
74
* Tests can be put anywhere in `src` if you name the files `*.test.ts`
75
75
* 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.
76
76
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
+
77
79
### Coverage
78
80
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`.
0 commit comments