We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6e9d8 commit b147587Copy full SHA for b147587
special-pages/package.json
@@ -10,7 +10,7 @@
10
"build": "node index.mjs",
11
"build.dev": "npm run build -- --env development",
12
"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",
+ "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",
14
"test-int": "npm run test-unit && npm run build.dev && playwright test --grep-invert '@screenshots'",
15
"test-int-x": "npm run test-int",
16
"test.screenshots": "npm run test-unit && npm run build.dev && playwright test --grep '@screenshots'",
0 commit comments