Skip to content

Commit

Permalink
Convert unit tests to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
JLRishe committed Aug 21, 2020
1 parent bf3ee58 commit d590172
Show file tree
Hide file tree
Showing 3 changed files with 1,007 additions and 1,064 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
],
"dependencies": {},
"devDependencies": {
"nodeunit": ">=0.6.4",
"xmldom": "^0.1.19"
},
"typings": "./xpath.d.ts",
"scripts": {
"test": "./node_modules/.bin/nodeunit test.js"
"test": "mocha"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d590172

Please sign in to comment.