Skip to content

Commit

Permalink
chore: update test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 3, 2020
1 parent 6801a6a commit 77051f8
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 164 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "bundt",
"pretest": "npm run build",
"test": "tape -r esm test/*.js | tap-spec"
"test": "uvu -r esm test"
},
"keywords": [
"clone",
Expand All @@ -36,7 +36,6 @@
"devDependencies": {
"bundt": "1.0.2",
"esm": "3.2.25",
"tap-spec": "5.0.0",
"tape": "4.13.0"
"uvu": "0.0.17"
}
}
Loading

0 comments on commit 77051f8

Please sign in to comment.