@genesislcap/foundation-testing 13.4.1 → 13.6.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.
|
@@ -22,7 +22,7 @@ export const defaultAuditThresholds = {
|
|
|
22
22
|
* fixture for your e2e tests depending on the needs of your app or micro frontend.
|
|
23
23
|
*/
|
|
24
24
|
export const test = base.extend({
|
|
25
|
-
config: [defaultPackageConfig, { option: true, scope: 'worker' }],
|
|
25
|
+
config: [defaultPackageConfig, { option: true, scope: 'worker', timeout: 60000 }],
|
|
26
26
|
port: [
|
|
27
27
|
({ config }, use) => __awaiter(void 0, void 0, void 0, function* () {
|
|
28
28
|
const port = getPort((config === null || config === void 0 ? void 0 : config.PORT) || process.env.PORT || defaultPackageConfig.PORT);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-testing",
|
|
3
3
|
"description": "Genesis Foundation Testing",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.6.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"webpack-merge": "^5.7.3"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@genesislcap/foundation-utils": "^13.
|
|
107
|
+
"@genesislcap/foundation-utils": "^13.6.0",
|
|
108
108
|
"@microsoft/fast-element": "^1.7.0",
|
|
109
109
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
110
110
|
"sinon": "15.0.1",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"publishConfig": {
|
|
115
115
|
"access": "public"
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "402177e1b790f32912a0ae57301efe8724f3b92b"
|
|
118
118
|
}
|