Add test make recipe
This commit is contained in:
parent
1167c10707
commit
0f76e83fac
1 changed files with 4 additions and 1 deletions
|
|
@ -26,3 +26,6 @@ watch-esm:
|
|||
|
||||
watch-cjs:
|
||||
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