Using ts-node and tsconfig-paths to run mocha over Typescript test files

This commit is contained in:
brisberg
2020-08-07 14:27:57 -07:00
parent 8ca88dbf08
commit d776105757
7 changed files with 10 additions and 91 deletions

View File

@@ -1,5 +1,6 @@
--require test/setup-node.js
--require ts-node/register
--require tsconfig-paths/register
--ui bdd
--reporter spec