Refactored for testing

This commit is contained in:
Konstantin Mamalakis 2018-03-02 17:01:39 +02:00 committed by Josh Harvey
parent 1d0aff07fe
commit 2232340f6f
7 changed files with 214 additions and 145 deletions

View file

@ -78,9 +78,10 @@
},
"scripts": {
"start": "node bin/lamassu-server",
"test": "ava"
"test": "mocha $(find . -path ./node_modules -prune -o -name '*_tests.js')"
},
"devDependencies": {
"ava": "^0.19.1"
"ava": "^0.19.1",
"mocha": "^5.0.1"
}
}