Run mocha on compiled sources
This commit is contained in:
parent
8360565431
commit
7046870368
@ -16,7 +16,7 @@
|
||||
"build:es6": "tsc -m es6 --outDir lib-esm",
|
||||
"build": "npm run clean && run-p build:*",
|
||||
"lint": "tslint src/ts/**/*",
|
||||
"test": "mocha -r ts-node/register test/**/*"
|
||||
"test": "run-s clean build:commonjs && mocha lib/test/**/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -10,6 +10,7 @@
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"include": [
|
||||
"./src/ts/**/*"
|
||||
"./src/**/*",
|
||||
"./test/**/*"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user