rename __tests__ to tests to fix #20

This commit is contained in:
Alan Hamlett
2015-06-10 11:21:05 -07:00
parent 9d271188b1
commit 61b8a84945
7 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"scripts": {
"test": "jest && mocha --compilers js:mocha-traceur __tests__/**/*.spec.js"
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js"
},
"jest": {
"testFileExtensions": [