rearranged test locations

This commit is contained in:
Dolan Miu
2016-07-01 22:09:55 +01:00
parent 10554956f2
commit 8ecb8ed8f2
13 changed files with 101 additions and 49 deletions

View File

@ -5,7 +5,7 @@
"main": "build/index.js",
"scripts": {
"pretest": "tsc -p ts/tests",
"test": "./node_modules/.bin/mocha ./build/tests/**/*Test.js",
"test": "mocha ./build/tests/**/*.*",
"prepublish": "tsc -p ts"
},
"repository": {