Skip to content

Commit fce7f87

Browse files
committed
change test progress-bar
1 parent 69646b2 commit fce7f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build": "npm run clean && cross-env NODE_NO_WARNINGS=1 MODE=production node build.js",
3535
"dev": "npm run clean && cross-env NODE_NO_WARNINGS=1 MODE=development node build.js",
3636
"pub": "npm publish --access public",
37-
"test": "latte --dom --progress=dots",
37+
"test": "latte --dom --progress=none",
3838
"test:trace": "latte --dom --progress=dots --show-stack --verbose",
3939
"check": "npx @biomejs/biome check --write ./source",
4040
"commit": "node -e \"const mssg = process.argv[1]; require('child_process').execSync('npm run build && git add . && git commit -m \\\"' + mssg + '\\\"', { stdio:[0, 1, 2] })\""

0 commit comments

Comments
 (0)