mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-02-10 16:01:32 +00:00
Remove hashlib dependency and switch to mocha for testing
This commit is contained in:
+3
-3
@@ -19,13 +19,13 @@
|
||||
|
||||
"dependencies": {
|
||||
"winston": "*",
|
||||
"hashlib": "*",
|
||||
"connect": "*",
|
||||
"uglify-js": "*"
|
||||
},
|
||||
|
||||
"devDependencies": {
|
||||
"jasmine-node": "*"
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
|
||||
"bundledDependencies": [],
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "jasmine-node spec"
|
||||
"test": "mocha -r should spec/*"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user