File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 "format:eslint" : " eslint --ext .js,.html . --fix --ignore-path .gitignore" ,
100100 "lint" : " npm run lint:eslint" ,
101101 "format" : " npm run format:eslint" ,
102- "test" : " web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit && npm run test:visual" ,
103- "test:visual" : " web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit" ,
104- "test:watch" : " web-test-runner test/*.test.js --node-resolve --watch --playwright --browsers chromium" ,
105- "test:visual:update" : " web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit --update-visual-baseline\n " ,
102+ "test" : " npx web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit && npm run test:visual" ,
103+ "test:visual" : " npx web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit" ,
104+ "test:watch" : " npx web-test-runner test/*.test.js --node-resolve --watch --playwright --browsers chromium" ,
105+ "test:visual:update" : " npx web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit --update-visual-baseline\n " ,
106106 "build" : " rimraf dist && rollup -c rollup.config.js" ,
107107 "build:vendor" : " node tasks/prepare.js" ,
108108 "build:models" : " node demo/model.js" ,
You can’t perform that action at this time.
0 commit comments