Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Replace mocha with tape (for security issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Mar 16, 2020
1 parent e473493 commit f697f2e
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 695 deletions.
5 changes: 0 additions & 5 deletions .mocharc.json

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
/tsconfig.json
/.npmignore
/.travis.yml
/.mocharc.json
/.editorconfig
/azure-pipelines.yml
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"name": "Unit Tests",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"program": "${workspaceRoot}/node_modules/.bin/tape",
"stopOnEntry": false,
"args": [
"-r",
"./test/all.js",
// "--grep",
// "typescript"
],
Expand Down
Loading

0 comments on commit f697f2e

Please sign in to comment.