@axe-core/playwright 4.8.2-c2990f7.0 → 4.8.2-d5becec.0
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/playwright",
|
|
3
|
-
"version": "4.8.2-
|
|
3
|
+
"version": "4.8.2-d5becec.0+d5becec",
|
|
4
4
|
"description": "Provides a method to inject and analyze web pages using axe",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -43,7 +43,9 @@
|
|
|
43
43
|
"prebuild": "rimraf dist",
|
|
44
44
|
"build": "tsup src/index.ts --dts --format esm,cjs",
|
|
45
45
|
"test": "mocha --timeout 60000 -r ts-node/register 'test/**.spec.ts'",
|
|
46
|
+
"test:export": "npm run test:esm && npm run test:commonjs",
|
|
46
47
|
"test:esm": "node test/esmTest.mjs",
|
|
48
|
+
"test:commonjs": "node test/commonjsTest.js",
|
|
47
49
|
"coverage": "nyc npm run test",
|
|
48
50
|
"prepare": "npx playwright install && npm run build"
|
|
49
51
|
},
|
|
@@ -56,14 +58,13 @@
|
|
|
56
58
|
"@types/express": "^4.17.14",
|
|
57
59
|
"@types/mocha": "^10.0.0",
|
|
58
60
|
"@types/node": "^20.8.10",
|
|
59
|
-
"
|
|
61
|
+
"async-listen": "^3.0.1",
|
|
60
62
|
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
|
|
61
63
|
"chai": "^4.3.6",
|
|
62
64
|
"express": "^4.18.2",
|
|
63
65
|
"mocha": "^10.0.0",
|
|
64
66
|
"nyc": "^15.1.0",
|
|
65
67
|
"rimraf": "^5.0.5",
|
|
66
|
-
"test-listen": "^1.1.0",
|
|
67
68
|
"ts-node": "^10.9.1",
|
|
68
69
|
"tsup": "^7.2.0",
|
|
69
70
|
"typescript": "^4.8.4"
|
|
@@ -90,5 +91,5 @@
|
|
|
90
91
|
"functions": 100,
|
|
91
92
|
"lines": 95
|
|
92
93
|
},
|
|
93
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "d5bececb595e1177be16bfa9d642bd21c2e9262e"
|
|
94
95
|
}
|