File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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/translations .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/* .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'" ,
Original file line number Diff line number Diff line change 11import assert from 'node:assert' ;
22import { test } from 'node:test' ;
3- import { urlToColor } from '../../../../../ shared/getColorForString.js' ;
3+ import { urlToColor } from '../shared/getColorForString.js' ;
44import fc from 'fast-check' ;
55
66/**
You can’t perform that action at this time.
0 commit comments