Skip to content

Commit

Permalink
fix: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxx committed Jul 26, 2021
1 parent 8c260b2 commit 110cf52
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 228 deletions.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"name": "test unit",
"program": "${workspaceFolder}/tests/unit/",
"outputCapture": "std",
"protocol": "inspector"
"protocol": "inspector",
"args": [
"--coverage-report=text"
]
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"tap": "^15.0.9",
"semantic-release": "^17.4.3"
"semantic-release": "^17.4.4"
},
"scripts": {
"unit-test": "./node_modules/tap/bin/run.js --no-cov ./tests/unit/base/"
Expand Down
50 changes: 0 additions & 50 deletions tests/unit/all/1.js

This file was deleted.

3 changes: 0 additions & 3 deletions tests/unit/all/echo.js

This file was deleted.

14 changes: 0 additions & 14 deletions tests/unit/all/inboundDirectFullFill.js

This file was deleted.

31 changes: 0 additions & 31 deletions tests/unit/all/inboundFullFillThroughOutbound.js

This file was deleted.

26 changes: 0 additions & 26 deletions tests/unit/all/init/1.js

This file was deleted.

35 changes: 0 additions & 35 deletions tests/unit/all/init/2.js

This file was deleted.

14 changes: 0 additions & 14 deletions tests/unit/all/outboundDirectFullFill.js

This file was deleted.

31 changes: 0 additions & 31 deletions tests/unit/all/outboundFullFillThroughInbound.js

This file was deleted.

22 changes: 0 additions & 22 deletions tests/unit/all/test.index.js

This file was deleted.

0 comments on commit 110cf52

Please sign in to comment.