@dereekb/vitest 13.6.7 → 13.6.9
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": "@dereekb/vitest",
|
|
3
|
-
"version": "13.6.
|
|
3
|
+
"version": "13.6.9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@analogjs/vite-plugin-angular": ">=2.0.0",
|
|
6
6
|
"@analogjs/vitest-angular": ">=2.0.0",
|
|
@@ -16,38 +16,6 @@
|
|
|
16
16
|
"vitest": "4.1.0",
|
|
17
17
|
"vitest-axe": "^0.1.0"
|
|
18
18
|
},
|
|
19
|
-
"peerDependenciesMeta": {
|
|
20
|
-
"@analogjs/vite-plugin-angular": {
|
|
21
|
-
"optional": true
|
|
22
|
-
},
|
|
23
|
-
"@analogjs/vitest-angular": {
|
|
24
|
-
"optional": true
|
|
25
|
-
},
|
|
26
|
-
"@angular/compiler": {
|
|
27
|
-
"optional": true
|
|
28
|
-
},
|
|
29
|
-
"@angular/core": {
|
|
30
|
-
"optional": true
|
|
31
|
-
},
|
|
32
|
-
"@angular/platform-browser": {
|
|
33
|
-
"optional": true
|
|
34
|
-
},
|
|
35
|
-
"@nx/vite": {
|
|
36
|
-
"optional": true
|
|
37
|
-
},
|
|
38
|
-
"axe-core": {
|
|
39
|
-
"optional": true
|
|
40
|
-
},
|
|
41
|
-
"resize-observer-polyfill": {
|
|
42
|
-
"optional": true
|
|
43
|
-
},
|
|
44
|
-
"vite": {
|
|
45
|
-
"optional": true
|
|
46
|
-
},
|
|
47
|
-
"vitest-axe": {
|
|
48
|
-
"optional": true
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
19
|
"exports": {
|
|
52
20
|
".": {
|
|
53
21
|
"types": "./src/index.d.ts",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as matchers from 'vitest-axe/matchers';
|
|
1
|
+
import * as matchers from 'vitest-axe/matchers.js';
|
|
2
2
|
import type AxeCore from 'axe-core';
|
|
3
|
-
export type { AxeMatchers } from 'vitest-axe/matchers';
|
|
3
|
+
export type { AxeMatchers } from 'vitest-axe/matchers.js';
|
|
4
4
|
/**
|
|
5
5
|
* Object or wrapper that exposes a native DOM element, such as Angular's `ComponentFixture`.
|
|
6
6
|
*/
|
package/src/lib/matcher.a11y.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { expect } from 'vitest';
|
|
2
|
-
import * as matchers from 'vitest-axe/matchers';
|
|
2
|
+
import * as matchers from 'vitest-axe/matchers.js';
|
|
3
3
|
import { axe } from 'vitest-axe';
|
|
4
4
|
function resolveElement(target) {
|
|
5
5
|
return 'nativeElement' in target ? target.nativeElement : target;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"matcher.a11y.js","sourceRoot":"","sources":["../../../../../packages/vitest/src/lib/matcher.a11y.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,
|
|
1
|
+
{"version":3,"file":"matcher.a11y.js","sourceRoot":"","sources":["../../../../../packages/vitest/src/lib/matcher.a11y.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AAiBjC,SAAS,cAAc,CAAC,MAAsB;IAC5C,OAAO,eAAe,IAAI,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;AACnE,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAC;AAExC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAC,KAAK,UAAU,sBAAsB,CAAC,MAAsB,EAAE,OAA4B;IAC/F,MAAM,OAAO,GAAG,MAAM,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC;IAC3D,MAAM,CAAC,OAAO,CAAC,CAAC,kBAAkB,EAAE,CAAC;AACvC,CAAC;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,MAAsB,EAAE,OAA4B;IACvF,OAAO,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC;AAC9C,CAAC"}
|