|
43 | 43 | "@commitlint/config-conventional": "^18.4.3", |
44 | 44 | "@open-wc/eslint-config": "^12.0.0", |
45 | 45 | "@open-wc/testing": "^3.2.0", |
46 | | - "@playwright/test": "^1.40.1", |
| 46 | + "@playwright/test": "1.40.1", |
47 | 47 | "@types/dompurify": "^3.0.5", |
48 | 48 | "@web/dev-server": "^0.4.1", |
49 | | - "@web/test-runner": "^0.18.0", |
50 | | - "@web/test-runner-playwright": "^0.11.0", |
| 49 | + "@web/test-runner": "0.18.0", |
| 50 | + "@web/test-runner-playwright": "0.11.0", |
51 | 51 | "eslint": "^8.55.0", |
52 | 52 | "eslint-config-prettier": "^9.1.0", |
53 | 53 | "husky": "^7.0.2", |
54 | 54 | "lint-staged": "^11.1.2", |
55 | | - "playwright": "^1.40.1", |
| 55 | + "playwright": "1.40.1", |
56 | 56 | "rimraf": "^5.0.5", |
57 | 57 | "sinon": "^11.1.2", |
58 | 58 | "typescript": "^4.4.3", |
|
65 | 65 | "lint:types": "tsc", |
66 | 66 | "lint": "npm run lint:eslint", |
67 | 67 | "format": "npm run format:eslint", |
68 | | - "test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit", |
69 | | - "test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium", |
| 68 | + "test": "web-test-runner --config web-test-runner.config.cjs", |
| 69 | + "test:watch": "web-test-runner --config web-test-runner.config.cjs --watch", |
70 | 70 | "gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json", |
71 | 71 | "prepare": "node demo/model.js" |
72 | 72 | }, |
|
0 commit comments