@axe-core/playwright 4.7.2-alpha.392 → 4.7.2-alpha.393
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/playwright",
|
|
3
|
-
"version": "4.7.2-alpha.
|
|
3
|
+
"version": "4.7.2-alpha.393+3d06f08",
|
|
4
4
|
"description": "Provides a method to inject and analyze web pages using axe",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"scripts": {
|
|
43
43
|
"prebuild": "rimraf dist",
|
|
44
44
|
"build": "tsup src/index.ts --dts --format esm,cjs",
|
|
45
|
-
"test": "mocha --timeout 60000 -r ts-node/register '
|
|
46
|
-
"test:esm": "node esmTest.mjs",
|
|
45
|
+
"test": "mocha --timeout 60000 -r ts-node/register 'test/**.spec.ts'",
|
|
46
|
+
"test:esm": "node test/esmTest.mjs",
|
|
47
47
|
"coverage": "nyc npm run test",
|
|
48
48
|
"prepare": "npm run build"
|
|
49
49
|
},
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"functions": 100,
|
|
91
91
|
"lines": 95
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "3d06f08937bc2d8d5bb985668a32101ad05d44f5"
|
|
94
94
|
}
|