File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1111
1212# OS or Editor folders
1313.DS_Store
14+ .vscode
1415.idea
1516.cache
1617.project
Original file line number Diff line number Diff line change 88
99# tried also gulp-mocha and node `which gulp` test,
1010# but it hangs after tests, not sure why, mocha.sh works fine so leave it as is
11- NODE_PATH=./modules NODE_ENV=test mocha --reporter spec --colors --timeout 100000 --require should --require co --require co-mocha -- recursive --ui bdd -d $*
11+ NODE_PRESERVE_SYMLINKS=1 NODE_PATH=./modules NODE_ENV=test node node_modules/.bin/ mocha --reporter spec --colors --timeout 100000 --require should --recursive --ui bdd $*
Original file line number Diff line number Diff line change 8282 "license" : " CC BY-NC-SA 3.0" ,
8383 "bugs" : {
8484 "url" : " https://github.com/javascript-tutorial/server/issues"
85+ },
86+ "devDependencies" : {
87+ "mocha" : " ^7.1.1" ,
88+ "should" : " ^13.2.3"
8589 }
8690}
You can’t perform that action at this time.
0 commit comments