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 11
11
"examples" : " npm run build && http-server" ,
12
12
"test" : " nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/*.spec.ts test/**/*.spec.ts" ,
13
13
"test:fullstory" : " nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/fullstory.spec.ts" ,
14
- "test:browser" : " PLAYWRIGHT_BROWSERS_PATH=0 DLO_RUN_BROWSER_TESTS=1 nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/*.spec.ts -- --grep Ruleset --timeout 3000 " ,
14
+ "test:browser" : " PLAYWRIGHT_BROWSERS_PATH=0 DLO_RUN_BROWSER_TESTS=1 nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/*.spec.ts -- --grep Ruleset --timeout 10000 " ,
15
15
"test:browser:bootstrap" : " PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install" ,
16
16
"lint" : " eslint --ext .ts src/** test/mocks/** test/utils/** test/*.ts" ,
17
17
"lint:fix" : " eslint --ext .ts --fix src/** test/mocks/** test/utils/** test/*.ts" ,
You can’t perform that action at this time.
0 commit comments