File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1010 "build" : " node index.mjs" ,
1111 "build.dev" : " npm run build -- --env development" ,
1212 "lint-fix" : " cd ../ && npm run lint-fix" ,
13- "test-unit" : " node --test ' unit-test/* .mjs' pages/duckplayer/unit-tests/embed-settings.mjs pages/new-tab/app/freemium-pir-banner/unit-tests/utils.spec.mjs" ,
13+ "test-unit" : " node --test unit-test/translations .mjs unit-test/color.spec.mjs pages/duckplayer/unit-tests/embed-settings.mjs pages/new-tab/app/freemium-pir-banner/unit-tests/utils.spec.mjs" ,
1414 "test-int" : " npm run test-unit && npm run build.dev && playwright test --grep-invert '@screenshots'" ,
1515 "test-int-x" : " npm run test-int" ,
1616 "test.screenshots" : " npm run test-unit && npm run build.dev && playwright test --grep '@screenshots'" ,
You can’t perform that action at this time.
0 commit comments