Skip to content

Commit 01741ee

Browse files
rrazielptomato
authored andcommitted
Removed a time command used to benchmark tests that was left behind
1 parent f67e312 commit 01741ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"browser": "dist/index.umd.js",
88
"types": "index.d.ts",
99
"scripts": {
10-
"test": "time node --no-warnings --experimental-modules --icu-data-dir node_modules/full-icu --loader ./test/resolve.source.mjs ./test/all.mjs",
10+
"test": "node --no-warnings --experimental-modules --icu-data-dir node_modules/full-icu --loader ./test/resolve.source.mjs ./test/all.mjs",
1111
"build": "rollup -c rollup.config.js",
1212
"prepublishOnly": "npm run build",
1313
"playground": "node --experimental-modules --no-warnings --icu-data-dir node_modules/full-icu -r ./lib/init.js",

0 commit comments

Comments
 (0)