rename __tests__ to tests to fix #20
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest && mocha --compilers js:mocha-traceur __tests__/**/*.spec.js"
|
"test": "jest && mocha --compilers js:mocha-traceur tests/**/*.spec.js"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"testFileExtensions": [
|
"testFileExtensions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user