@genesislcap/foundation-testing 14.33.2 → 14.35.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/dist/esm/jsdom/setup.js +2 -2
- package/package.json +3 -3
package/dist/esm/jsdom/setup.js
CHANGED
|
@@ -70,7 +70,7 @@ export const setup = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
70
70
|
globalThis.Option = window.Option;
|
|
71
71
|
globalThis.requestAnimationFrame = window.requestAnimationFrame;
|
|
72
72
|
globalThis.ShadowRoot = window.ShadowRoot;
|
|
73
|
-
//
|
|
73
|
+
// Env Variables
|
|
74
74
|
globalThis.FORCE_HTTP = false;
|
|
75
75
|
globalThis.HTTP_CONFIG = '';
|
|
76
76
|
});
|
|
@@ -110,7 +110,7 @@ export const teardown = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
110
110
|
delete globalThis.Option;
|
|
111
111
|
delete globalThis.requestAnimationFrame;
|
|
112
112
|
delete globalThis.ShadowRoot;
|
|
113
|
-
//
|
|
113
|
+
// Env Variables
|
|
114
114
|
delete globalThis.FORCE_HTTP;
|
|
115
115
|
delete globalThis.HTTP_CONFIG;
|
|
116
116
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-testing",
|
|
3
3
|
"description": "Genesis Foundation Testing",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.35.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"typescript": "^4.5.5"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@genesislcap/foundation-utils": "^14.
|
|
47
|
+
"@genesislcap/foundation-utils": "^14.35.0",
|
|
48
48
|
"@microsoft/fast-element": "^1.7.0",
|
|
49
49
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
50
50
|
"@playwright/test": "^1.18.1",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "c103900623f9a6ae425caeceb4b440a2fac834c4"
|
|
69
69
|
}
|