add tests
This commit is contained in:
parent
fa12c87da8
commit
44927785b4
2 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"prepublish": "gulp compile"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -29,6 +30,7 @@
|
|||
"gulp": "^3.9.0",
|
||||
"gulp-filter": "^3.0.1",
|
||||
"gulp-tsb": "^1.6.0",
|
||||
"mocha": "^2.3.3",
|
||||
"rimraf": "^2.4.3"
|
||||
}
|
||||
}
|
||||
}
|
1
test/mocha.opts
Normal file
1
test/mocha.opts
Normal file
|
@ -0,0 +1 @@
|
|||
--compilers js:babel/register
|
Loading…
Add table
Reference in a new issue