Skip to content

Commit 76a7d1d

Browse files
committed
chore: update test runner
1 parent d94c507 commit 76a7d1d

File tree

2 files changed

+516
-553
lines changed

2 files changed

+516
-553
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
},
1919
"scripts": {
2020
"build": "bundt",
21-
"pretest": "npm run build",
22-
"test": "tape test/*.js | tap-spec"
21+
"test": "uvu -r esm test"
2322
},
2423
"files": [
2524
"*.d.ts",
@@ -32,7 +31,7 @@
3231
],
3332
"devDependencies": {
3433
"bundt": "1.1.2",
35-
"tap-spec": "^4.1.1",
36-
"tape": "^4.8.0"
34+
"esm": "3.2.25",
35+
"uvu": "0.5.1"
3736
}
3837
}

0 commit comments

Comments
 (0)