Add test make recipe
This commit is contained in:
parent
1167c10707
commit
0f76e83fac
1 changed files with 4 additions and 1 deletions
|
|
@ -25,4 +25,7 @@ watch-esm:
|
||||||
tsc --module es6 --outDir $(ESM_LOCATION) --watch
|
tsc --module es6 --outDir $(ESM_LOCATION) --watch
|
||||||
|
|
||||||
watch-cjs:
|
watch-cjs:
|
||||||
tsc --module commonjs --outDir $(CJS_LOCATION) --watch
|
tsc --module commonjs --outDir $(CJS_LOCATION) --watch
|
||||||
|
|
||||||
|
test:
|
||||||
|
node_modules/mocha/bin/_mocha -r ts-node/register src/**/*.spec.ts
|
||||||
Loading…
Add table
Add a link
Reference in a new issue