@axe-core/watcher 4.5.1-next.989b8c7c → 4.5.1-next.a383d29e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "4.5.1-next.989b8c7c",
3
+ "version": "4.5.1-next.a383d29e",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "exports": {
@@ -67,14 +67,14 @@
67
67
  ]
68
68
  },
69
69
  "test:e2e": {
70
- "command": "mocha 'e2e/*.test.ts' && mocha 'e2e/puppeteer/**/*.test.ts'",
70
+ "command": "pnpm run test:files 'e2e/*.test.ts' 'e2e/puppeteer/**/*.test.ts'",
71
71
  "dependencies": [
72
72
  "copy-extension"
73
73
  ],
74
74
  "output": []
75
75
  },
76
76
  "test:proxy": {
77
- "command": "mocha proxy-tests/proxy.test.ts --timeout 30000 --exit",
77
+ "command": "pnpm run test:files proxy-tests/proxy.test.ts",
78
78
  "output": []
79
79
  },
80
80
  "serve:e2e": {
@@ -82,7 +82,7 @@
82
82
  "service": true
83
83
  },
84
84
  "coverage": {
85
- "command": "NODE_V8_COVERAGE=\"$PWD/coverage-v8\" mocha 'e2e/*.test.ts' && NODE_V8_COVERAGE=\"$PWD/coverage-v8\" mocha 'e2e/puppeteer/**/*.test.ts' && pnpm run coverage:report",
85
+ "command": "NODE_V8_COVERAGE=\"$PWD/coverage-v8\" pnpm run test:files 'e2e/*.test.ts' 'e2e/puppeteer/**/*.test.ts' && pnpm run coverage:report",
86
86
  "dependencies": [
87
87
  "copy-extension"
88
88
  ],
@@ -129,14 +129,12 @@
129
129
  "@types/cors": "^2.8.12",
130
130
  "@types/debug": "^4.1.12",
131
131
  "@types/express": "^5.0.6",
132
- "@types/mocha": "^10.0.0",
133
132
  "@types/morgan": "^1.9.3",
134
- "@types/node": "22.20.0",
133
+ "@types/node": "22.20.1",
135
134
  "@types/react": "19",
136
135
  "@types/react-dom": "19",
137
136
  "@types/selenium-webdriver": "^4.1.15",
138
137
  "@types/semver": "^7.5.8",
139
- "@types/sinon": "^22.0.0",
140
138
  "@wdio/types": "^9.0.4",
141
139
  "axe-core": "^4.12.1",
142
140
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
@@ -146,7 +144,6 @@
146
144
  "execa": "5",
147
145
  "express": "^5.2.1",
148
146
  "jsdom": "^29.0.1",
149
- "mocha": "^11.0.1",
150
147
  "monocart-coverage-reports": "^2.12.0",
151
148
  "morgan": "^1.10.0",
152
149
  "playwright-core": "^1.45.0",
@@ -154,7 +151,6 @@
154
151
  "react": "^19.1.0",
155
152
  "react-dom": "^19.1.0",
156
153
  "selenium-webdriver": "^4.11.1",
157
- "sinon": "^22.0.0",
158
154
  "ts-loader": "^9.5.2",
159
155
  "ts-node": "^10.9.2",
160
156
  "typescript": "^5.1.6",
@@ -193,6 +189,7 @@
193
189
  "scripts": {
194
190
  "build": "wireit",
195
191
  "test:e2e": "wireit",
192
+ "test:files": "node --no-experimental-strip-types --require ts-node/register --require ./src/test-env.js --test --test-concurrency=1 --test-force-exit",
196
193
  "test:proxy": "wireit",
197
194
  "serve:e2e": "wireit",
198
195
  "coverage": "wireit",