Skip to content

Commit 23fe38e

Browse files
committed
Kill process on finish
1 parent 0b79575 commit 23fe38e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const finish = () => {
1818
readline.cursorTo(process.stdout, 0)
1919
const out = `${colorGreen}All ${run} ${plural} passed${colorReset} in ${sec}\n`
2020
process.stdout.write(out)
21+
process.exit(0)
2122
}
2223

2324
let run = 0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mvt",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "A minimum viable testing framework, aka a few test helpers, 0 dependencies",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)