@genesislcap/foundation-testing 14.217.0 → 14.217.1-alpha-bbbd2b3.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.
@@ -106,6 +106,8 @@ const setup = () => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
106
106
  /**
107
107
  * Setup utils / environment variables
108
108
  */
109
+ globalThis.BUILDER = 'webpack';
110
+ globalThis.PUBLIC_PATH = '/';
109
111
  globalThis.SOCKET_EXT = 'gwf';
110
112
  globalThis.FORCE_HTTP = false;
111
113
  globalThis.GENESIS_SOCKET_URL = 'wss://localhost:6060/gwf/';
@@ -157,6 +159,8 @@ const teardown = () => tslib_1.__awaiter(void 0, void 0, void 0, function* () {
157
159
  /**
158
160
  * Teardown utils / environment variables
159
161
  */
162
+ delete globalThis.BUILDER;
163
+ delete globalThis.PUBLIC_PATH;
160
164
  delete globalThis.SOCKET_EXT;
161
165
  delete globalThis.FORCE_HTTP;
162
166
  delete globalThis.GENESIS_SOCKET_URL;
@@ -1 +1 @@
1
- {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../src/jsdom/setup.ts"],"names":[],"mappings":"AAqBA;;;GAGG;AACH,eAAO,MAAM,KAAK,qBAgGjB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ,qBAgDpB,CAAC"}
1
+ {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../src/jsdom/setup.ts"],"names":[],"mappings":"AAqBA;;;GAGG;AACH,eAAO,MAAM,KAAK,qBAkGjB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ,qBAkDpB,CAAC"}
@@ -103,6 +103,8 @@ export const setup = () => __awaiter(void 0, void 0, void 0, function* () {
103
103
  /**
104
104
  * Setup utils / environment variables
105
105
  */
106
+ globalThis.BUILDER = 'webpack';
107
+ globalThis.PUBLIC_PATH = '/';
106
108
  globalThis.SOCKET_EXT = 'gwf';
107
109
  globalThis.FORCE_HTTP = false;
108
110
  globalThis.GENESIS_SOCKET_URL = 'wss://localhost:6060/gwf/';
@@ -153,6 +155,8 @@ export const teardown = () => __awaiter(void 0, void 0, void 0, function* () {
153
155
  /**
154
156
  * Teardown utils / environment variables
155
157
  */
158
+ delete globalThis.BUILDER;
159
+ delete globalThis.PUBLIC_PATH;
156
160
  delete globalThis.SOCKET_EXT;
157
161
  delete globalThis.FORCE_HTTP;
158
162
  delete globalThis.GENESIS_SOCKET_URL;
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.217.0",
4
+ "version": "14.217.1-alpha-bbbd2b3.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -79,7 +79,7 @@
79
79
  "typescript": "^4.9.5"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-logger": "14.217.0",
82
+ "@genesislcap/foundation-logger": "14.217.1-alpha-bbbd2b3.0",
83
83
  "@microsoft/fast-element": "^1.12.0",
84
84
  "@microsoft/fast-foundation": "^2.49.4",
85
85
  "@playwright/test": "^1.46.1",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "3d119baa8d1ec42f681d17de1f605a98b1a9a464"
104
+ "gitHead": "11665b997cc85fbfba6db6f8995df8c7b06a2776"
105
105
  }