Skip to content

Commit 77051f8

Browse files
committed
chore: update test runner
1 parent 6801a6a commit 77051f8

File tree

2 files changed

+187
-164
lines changed

2 files changed

+187
-164
lines changed

Diff for: package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"scripts": {
2424
"build": "bundt",
2525
"pretest": "npm run build",
26-
"test": "tape -r esm test/*.js | tap-spec"
26+
"test": "uvu -r esm test"
2727
},
2828
"keywords": [
2929
"clone",
@@ -36,7 +36,6 @@
3636
"devDependencies": {
3737
"bundt": "1.0.2",
3838
"esm": "3.2.25",
39-
"tap-spec": "5.0.0",
40-
"tape": "4.13.0"
39+
"uvu": "0.0.17"
4140
}
4241
}

0 commit comments

Comments
 (0)