Skip to content

Commit e468e16

Browse files
committed
Replace compilers flag with require
The mocha `--compilers` flag is deprecated in favor of `--require`: https://github.com/mochajs/mocha/wiki/compilers-deprecation
1 parent bbc09f0 commit e468e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/mocha.opts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
--compilers ts:ts-node/register
2-
spec/**/*-spec.ts
1+
--require ts-node/register
2+
spec/**/*-spec.ts

0 commit comments

Comments
 (0)