added tests

This commit is contained in:
Dolan Miu
2016-03-27 03:09:50 +01:00
parent f6ec688cfc
commit 5c419cd3c4
3 changed files with 27 additions and 3 deletions

View File

@ -4,8 +4,8 @@
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",
"main": "build/build.js",
"scripts": {
"pretest": "tsc ts/test/*Test.ts --module commonjs",
"test": "test"
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests",
"test": "mocha ./build/tests/*.js"
},
"repository": {
"type": "git",