Skip to content

Commit d1a4530

Browse files
Copilotsofthack007
andcommitted
Fix npm test to avoid running Playwright tests with Node test runner
Co-authored-by: softhack007 <[email protected]>
1 parent 2c2c590 commit d1a4530

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
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"build": "node tools/cdata.js",
12-
"test": "node --test",
12+
"test": "node --test tools/cdata-test.js",
1313
"dev": "nodemon -e js,html,htm,css,png,jpg,gif,ico,js -w tools/ -w wled00/data/ -x node tools/cdata.js",
1414
"test:cdata": "node tools/cdata-test.js",
1515
"test:wokwi-cdata": "node tools/wokwi-test.js",

0 commit comments

Comments
 (0)