Refactored for testing
This commit is contained in:
parent
1d0aff07fe
commit
2232340f6f
7 changed files with 214 additions and 145 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue