Skip to content

Commit bc15eb5

Browse files
committed
Convert basic test to node test runner
1 parent 1f7be53 commit bc15eb5

File tree

3 files changed

+1176
-1208
lines changed

3 files changed

+1176
-1208
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"output": []
137137
},
138138
"test:basic": {
139-
"command": "uvu lib/test \"^basic\\.test\\.js$\"",
139+
"command": "node --test --test-reporter=dot lib/test/basic.test.js",
140140
"env": {
141141
"NODE_OPTIONS": "--enable-source-maps"
142142
},

0 commit comments

Comments
 (0)