Skip to content

Commit 499f3d8

Browse files
committed
feat: basic assertions
1 parent 6de6036 commit 499f3d8

File tree

2 files changed

+137
-93
lines changed

2 files changed

+137
-93
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "npm run test:unit && npm run test:typescript",
1212
"test:coverage": "npm run test:unit -- --cov --coverage-report=html",
1313
"test:typescript": "tsd",
14-
"test:unit": "tap"
14+
"test:unit": "c8 --100 node --test"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)