@trackunit/react-core-contexts-test 0.1.9 → 0.1.11

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/HookRenderer.js CHANGED
@@ -22,10 +22,9 @@ const reactHooksRenderHook = (callback, getMockedCompositionRoot) => __awaiter(v
22
22
  children: children
23
23
  }));
24
24
  };
25
-
26
- let renderedHook; // This is added here to make storybook work and to ensure the right act is loaded for hooks.
25
+ let renderedHook;
26
+ // This is added here to make storybook work and to ensure the right act is loaded for hooks.
27
27
  // eslint-disable-next-line @typescript-eslint/no-var-requires
28
-
29
28
  yield act(() => __awaiter(void 0, void 0, void 0, function* () {
30
29
  renderedHook = renderHook(callback, {
31
30
  wrapper
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { M as MockContextProviderBuilder, d as doNothing, m as mockCurrentUserContext, a as mockEnvironmentContext, q as queryFor, r as rootContext } from './index2.js';
1
+ export { M as MockContextProviderBuilder, d as doNothing, f as flushPromises, m as mockCurrentUserContext, a as mockEnvironmentContext, q as queryFor, r as rootContext } from './index2.js';
2
2
  import 'react/jsx-runtime';
3
3
  import '@testing-library/react';
4
4
  import '@trackunit/react-core-contexts-api';
package/index2.js CHANGED
@@ -92,37 +92,27 @@ var FunctionPrototype$2 = Function.prototype;
92
92
  var call$c = FunctionPrototype$2.call;
93
93
  var uncurryThisWithBind = NATIVE_BIND$2 && FunctionPrototype$2.bind.bind(call$c, call$c);
94
94
 
95
- var functionUncurryThisRaw = function (fn) {
96
- return NATIVE_BIND$2 ? uncurryThisWithBind(fn) : function () {
95
+ var functionUncurryThis = NATIVE_BIND$2 ? uncurryThisWithBind : function (fn) {
96
+ return function () {
97
97
  return call$c.apply(fn, arguments);
98
98
  };
99
99
  };
100
100
 
101
- var uncurryThisRaw$1 = functionUncurryThisRaw;
101
+ var uncurryThis$d = functionUncurryThis;
102
102
 
103
- var toString$1 = uncurryThisRaw$1({}.toString);
104
- var stringSlice = uncurryThisRaw$1(''.slice);
103
+ var toString$1 = uncurryThis$d({}.toString);
104
+ var stringSlice = uncurryThis$d(''.slice);
105
105
 
106
106
  var classofRaw$2 = function (it) {
107
107
  return stringSlice(toString$1(it), 8, -1);
108
108
  };
109
109
 
110
- var classofRaw$1 = classofRaw$2;
111
- var uncurryThisRaw = functionUncurryThisRaw;
112
-
113
- var functionUncurryThis = function (fn) {
114
- // Nashorn bug:
115
- // https://github.com/zloirock/core-js/issues/1128
116
- // https://github.com/zloirock/core-js/issues/1130
117
- if (classofRaw$1(fn) === 'Function') return uncurryThisRaw(fn);
118
- };
119
-
120
- var uncurryThis$b = functionUncurryThis;
110
+ var uncurryThis$c = functionUncurryThis;
121
111
  var fails$8 = fails$b;
122
112
  var classof$4 = classofRaw$2;
123
113
 
124
114
  var $Object$3 = Object;
125
- var split = uncurryThis$b(''.split);
115
+ var split = uncurryThis$c(''.split);
126
116
 
127
117
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
128
118
  var indexedObject = fails$8(function () {
@@ -202,9 +192,9 @@ var getBuiltIn$8 = function (namespace, method) {
202
192
  return arguments.length < 2 ? aFunction(global$h[namespace]) : global$h[namespace] && global$h[namespace][method];
203
193
  };
204
194
 
205
- var uncurryThis$a = functionUncurryThis;
195
+ var uncurryThis$b = functionUncurryThis;
206
196
 
207
- var objectIsPrototypeOf = uncurryThis$a({}.isPrototypeOf);
197
+ var objectIsPrototypeOf = uncurryThis$b({}.isPrototypeOf);
208
198
 
209
199
  var getBuiltIn$7 = getBuiltIn$8;
210
200
 
@@ -350,10 +340,10 @@ var store$2 = sharedStore;
350
340
  (shared$3.exports = function (key, value) {
351
341
  return store$2[key] || (store$2[key] = value !== undefined ? value : {});
352
342
  })('versions', []).push({
353
- version: '3.25.5',
343
+ version: '3.26.1',
354
344
  mode: 'global',
355
345
  copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
356
- license: 'https://github.com/zloirock/core-js/blob/v3.25.5/LICENSE',
346
+ license: 'https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE',
357
347
  source: 'https://github.com/zloirock/core-js'
358
348
  });
359
349
 
@@ -367,10 +357,10 @@ var toObject$2 = function (argument) {
367
357
  return $Object$1(requireObjectCoercible(argument));
368
358
  };
369
359
 
370
- var uncurryThis$9 = functionUncurryThis;
360
+ var uncurryThis$a = functionUncurryThis;
371
361
  var toObject$1 = toObject$2;
372
362
 
373
- var hasOwnProperty = uncurryThis$9({}.hasOwnProperty);
363
+ var hasOwnProperty = uncurryThis$a({}.hasOwnProperty);
374
364
 
375
365
  // `HasOwnProperty` abstract operation
376
366
  // https://tc39.es/ecma262/#sec-hasownproperty
@@ -379,11 +369,11 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
379
369
  return hasOwnProperty(toObject$1(it), key);
380
370
  };
381
371
 
382
- var uncurryThis$8 = functionUncurryThis;
372
+ var uncurryThis$9 = functionUncurryThis;
383
373
 
384
374
  var id = 0;
385
375
  var postfix = Math.random();
386
- var toString = uncurryThis$8(1.0.toString);
376
+ var toString = uncurryThis$9(1.0.toString);
387
377
 
388
378
  var uid$2 = function (key) {
389
379
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
@@ -597,11 +587,11 @@ var functionName = {
597
587
  CONFIGURABLE: CONFIGURABLE
598
588
  };
599
589
 
600
- var uncurryThis$7 = functionUncurryThis;
590
+ var uncurryThis$8 = functionUncurryThis;
601
591
  var isCallable$b = isCallable$h;
602
592
  var store$1 = sharedStore;
603
593
 
604
- var functionToString = uncurryThis$7(Function.toString);
594
+ var functionToString = uncurryThis$8(Function.toString);
605
595
 
606
596
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
607
597
  if (!isCallable$b(store$1.inspectSource)) {
@@ -866,13 +856,13 @@ var arrayIncludes = {
866
856
  indexOf: createMethod(false)
867
857
  };
868
858
 
869
- var uncurryThis$6 = functionUncurryThis;
859
+ var uncurryThis$7 = functionUncurryThis;
870
860
  var hasOwn$3 = hasOwnProperty_1;
871
861
  var toIndexedObject = toIndexedObject$3;
872
862
  var indexOf = arrayIncludes.indexOf;
873
863
  var hiddenKeys$1 = hiddenKeys$3;
874
864
 
875
- var push = uncurryThis$6([].push);
865
+ var push = uncurryThis$7([].push);
876
866
 
877
867
  var objectKeysInternal = function (object, names) {
878
868
  var O = toIndexedObject(object);
@@ -916,12 +906,12 @@ var objectGetOwnPropertySymbols = {};
916
906
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
917
907
 
918
908
  var getBuiltIn$5 = getBuiltIn$8;
919
- var uncurryThis$5 = functionUncurryThis;
909
+ var uncurryThis$6 = functionUncurryThis;
920
910
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
921
911
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
922
912
  var anObject$6 = anObject$8;
923
913
 
924
- var concat$1 = uncurryThis$5([].concat);
914
+ var concat$1 = uncurryThis$6([].concat);
925
915
 
926
916
  // all object keys, includes non-enumerable and symbols
927
917
  var ownKeys$1 = getBuiltIn$5('Reflect', 'ownKeys') || function ownKeys(it) {
@@ -1036,7 +1026,7 @@ var objectKeys$1 = Object.keys || function keys(O) {
1036
1026
  };
1037
1027
 
1038
1028
  var DESCRIPTORS$1 = descriptors;
1039
- var uncurryThis$4 = functionUncurryThis;
1029
+ var uncurryThis$5 = functionUncurryThis;
1040
1030
  var call$8 = functionCall;
1041
1031
  var fails$2 = fails$b;
1042
1032
  var objectKeys = objectKeys$1;
@@ -1049,7 +1039,7 @@ var IndexedObject = indexedObject;
1049
1039
  var $assign = Object.assign;
1050
1040
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1051
1041
  var defineProperty$1 = Object.defineProperty;
1052
- var concat = uncurryThis$4([].concat);
1042
+ var concat = uncurryThis$5([].concat);
1053
1043
 
1054
1044
  // `Object.assign` method
1055
1045
  // https://tc39.es/ecma262/#sec-object.assign
@@ -1119,7 +1109,7 @@ var aPossiblePrototype$1 = function (argument) {
1119
1109
 
1120
1110
  /* eslint-disable no-proto -- safe */
1121
1111
 
1122
- var uncurryThis$3 = functionUncurryThis;
1112
+ var uncurryThis$4 = functionUncurryThis;
1123
1113
  var anObject$5 = anObject$8;
1124
1114
  var aPossiblePrototype = aPossiblePrototype$1;
1125
1115
 
@@ -1133,7 +1123,7 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
1133
1123
  var setter;
1134
1124
  try {
1135
1125
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
1136
- setter = uncurryThis$3(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set);
1126
+ setter = uncurryThis$4(Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set);
1137
1127
  setter(test, []);
1138
1128
  CORRECT_SETTER = test instanceof Array;
1139
1129
  } catch (error) { /* empty */ }
@@ -1198,14 +1188,14 @@ var toStringTagSupport = String(test) === '[object z]';
1198
1188
 
1199
1189
  var TO_STRING_TAG_SUPPORT = toStringTagSupport;
1200
1190
  var isCallable$5 = isCallable$h;
1201
- var classofRaw = classofRaw$2;
1191
+ var classofRaw$1 = classofRaw$2;
1202
1192
  var wellKnownSymbol$5 = wellKnownSymbol$a;
1203
1193
 
1204
1194
  var TO_STRING_TAG = wellKnownSymbol$5('toStringTag');
1205
1195
  var $Object = Object;
1206
1196
 
1207
1197
  // ES3 wrong here
1208
- var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
1198
+ var CORRECT_ARGUMENTS = classofRaw$1(function () { return arguments; }()) == 'Arguments';
1209
1199
 
1210
1200
  // fallback for IE11 Script Access Denied error
1211
1201
  var tryGet = function (it, key) {
@@ -1215,18 +1205,18 @@ var tryGet = function (it, key) {
1215
1205
  };
1216
1206
 
1217
1207
  // getting tag from ES6+ `Object.prototype.toString`
1218
- var classof$2 = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
1208
+ var classof$2 = TO_STRING_TAG_SUPPORT ? classofRaw$1 : function (it) {
1219
1209
  var O, tag, result;
1220
1210
  return it === undefined ? 'Undefined' : it === null ? 'Null'
1221
1211
  // @@toStringTag case
1222
1212
  : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
1223
1213
  // builtinTag case
1224
- : CORRECT_ARGUMENTS ? classofRaw(O)
1214
+ : CORRECT_ARGUMENTS ? classofRaw$1(O)
1225
1215
  // ES3 arguments fallback
1226
- : (result = classofRaw(O)) == 'Object' && isCallable$5(O.callee) ? 'Arguments' : result;
1216
+ : (result = classofRaw$1(O)) == 'Object' && isCallable$5(O.callee) ? 'Arguments' : result;
1227
1217
  };
1228
1218
 
1229
- var uncurryThis$2 = functionUncurryThis;
1219
+ var uncurryThis$3 = functionUncurryThis;
1230
1220
  var fails$1 = fails$b;
1231
1221
  var isCallable$4 = isCallable$h;
1232
1222
  var classof$1 = classof$2;
@@ -1237,7 +1227,7 @@ var noop = function () { /* empty */ };
1237
1227
  var empty = [];
1238
1228
  var construct = getBuiltIn$3('Reflect', 'construct');
1239
1229
  var constructorRegExp = /^\s*(?:class|function)\b/;
1240
- var exec = uncurryThis$2(constructorRegExp.exec);
1230
+ var exec = uncurryThis$3(constructorRegExp.exec);
1241
1231
  var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
1242
1232
 
1243
1233
  var isConstructorModern = function isConstructor(argument) {
@@ -1316,7 +1306,17 @@ var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$
1316
1306
  return call$7.apply(apply$1, arguments);
1317
1307
  });
1318
1308
 
1319
- var uncurryThis$1 = functionUncurryThis;
1309
+ var classofRaw = classofRaw$2;
1310
+ var uncurryThis$2 = functionUncurryThis;
1311
+
1312
+ var functionUncurryThisClause = function (fn) {
1313
+ // Nashorn bug:
1314
+ // https://github.com/zloirock/core-js/issues/1128
1315
+ // https://github.com/zloirock/core-js/issues/1130
1316
+ if (classofRaw(fn) === 'Function') return uncurryThis$2(fn);
1317
+ };
1318
+
1319
+ var uncurryThis$1 = functionUncurryThisClause;
1320
1320
  var aCallable$5 = aCallable$7;
1321
1321
  var NATIVE_BIND = functionBindNative;
1322
1322
 
@@ -2330,14 +2330,13 @@ const defaultOptions = {
2330
2330
  query: {
2331
2331
  errorPolicy: "all"
2332
2332
  }
2333
- }; // eslint-disable-next-line @typescript-eslint/no-explicit-any
2334
-
2333
+ };
2334
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
2335
2335
  function ApolloMockedProviderWithError(props) {
2336
2336
  const {
2337
- mocks
2338
- } = props,
2339
- otherProps = __rest(props, ["mocks"]);
2340
-
2337
+ mocks
2338
+ } = props,
2339
+ otherProps = __rest(props, ["mocks"]);
2341
2340
  const mockLink = new MockLink(mocks);
2342
2341
  const errorLoggingLink = onError(({
2343
2342
  graphQLErrors,
@@ -2356,7 +2355,6 @@ function ApolloMockedProviderWithError(props) {
2356
2355
  }
2357
2356
  });
2358
2357
  }
2359
-
2360
2358
  if (networkError) {
2361
2359
  if (process.env["VSCODE_INSPECTOR_OPTIONS"] || process.env["DEBUG"]) {
2362
2360
  // eslint-disable-next-line no-console
@@ -2450,13 +2448,12 @@ const flushPromises = (waitTimeInMS = 0) => {
2450
2448
  };
2451
2449
 
2452
2450
  let _ = t => t,
2453
- _t;
2451
+ _t;
2454
2452
  /**
2455
2453
  * This builder allows you to enable providers using the builder pattern, and then call 1 of either:
2456
2454
  * - render
2457
2455
  * - mount
2458
2456
  */
2459
-
2460
2457
  class MockContextProviderBuilder {
2461
2458
  constructor() {
2462
2459
  this.selectedEnvironmentContext = mockEnvironmentContext;
@@ -2478,8 +2475,6 @@ class MockContextProviderBuilder {
2478
2475
  *
2479
2476
  * @param environmentContext
2480
2477
  */
2481
-
2482
-
2483
2478
  environment(environmentContext) {
2484
2479
  this.selectedEnvironmentContext = environmentContext || mockEnvironmentContext;
2485
2480
  return this;
@@ -2489,8 +2484,6 @@ class MockContextProviderBuilder {
2489
2484
  *
2490
2485
  * @param token
2491
2486
  */
2492
-
2493
-
2494
2487
  token(token) {
2495
2488
  this.selectedTokenContext = {
2496
2489
  token
@@ -2502,13 +2495,10 @@ class MockContextProviderBuilder {
2502
2495
  *
2503
2496
  * @param developerSettingsContext
2504
2497
  */
2505
-
2506
-
2507
2498
  userSubscriptionPackage(userSubscriptionPackage) {
2508
2499
  if (userSubscriptionPackage) {
2509
2500
  this.userSubscriptionPackageType = userSubscriptionPackage;
2510
2501
  }
2511
-
2512
2502
  return this;
2513
2503
  }
2514
2504
  /**
@@ -2516,8 +2506,6 @@ class MockContextProviderBuilder {
2516
2506
  *
2517
2507
  * @param developerSettingsContext
2518
2508
  */
2519
-
2520
-
2521
2509
  supportedFeatures(features) {
2522
2510
  if (features) {
2523
2511
  this.features = features.map(feature => {
@@ -2527,7 +2515,6 @@ class MockContextProviderBuilder {
2527
2515
  };
2528
2516
  });
2529
2517
  }
2530
-
2531
2518
  return this;
2532
2519
  }
2533
2520
  /**
@@ -2535,8 +2522,6 @@ class MockContextProviderBuilder {
2535
2522
  *
2536
2523
  * @param assumeUser
2537
2524
  */
2538
-
2539
-
2540
2525
  assumeUser(assumeUser) {
2541
2526
  this.selectedAssumedUser = assumeUser;
2542
2527
  return this;
@@ -2546,8 +2531,6 @@ class MockContextProviderBuilder {
2546
2531
  *
2547
2532
  * @param routerProps
2548
2533
  */
2549
-
2550
-
2551
2534
  routerProps(routerProps) {
2552
2535
  this.selectedRouterProps = routerProps || {};
2553
2536
  return this;
@@ -2557,8 +2540,6 @@ class MockContextProviderBuilder {
2557
2540
  *
2558
2541
  * @param globalSelection
2559
2542
  */
2560
-
2561
-
2562
2543
  globalSelection(globalSelection) {
2563
2544
  this.selectedGlobalSelection = {
2564
2545
  selection: globalSelection
@@ -2570,17 +2551,14 @@ class MockContextProviderBuilder {
2570
2551
  *
2571
2552
  * @param overrides - Override the default context.
2572
2553
  */
2573
-
2574
-
2575
2554
  assetSorting(overrides) {
2576
2555
  this.selectedAssetSortingContext = Object.assign(Object.assign({}, mockAssetSortingContext), overrides);
2577
2556
  return this;
2578
2557
  }
2579
-
2580
2558
  renderHook(callback, parentElement) {
2581
2559
  return __awaiter(this, void 0, void 0, function* () {
2582
- this.validateSuppliedMocks(); // This ensures correct act loading when using hooks
2583
-
2560
+ this.validateSuppliedMocks();
2561
+ // This ensures correct act loading when using hooks
2584
2562
  const hookRenderer = yield import('./HookRenderer.js');
2585
2563
  return hookRenderer.reactHooksRenderHook(callback, children => this.getMockedCompositionRoot(parentElement ? parentElement(children) : children));
2586
2564
  });
@@ -2590,8 +2568,6 @@ class MockContextProviderBuilder {
2590
2568
  *
2591
2569
  * @param apolloMocks
2592
2570
  */
2593
-
2594
-
2595
2571
  apollo(apolloMocks) {
2596
2572
  this.selectedApolloMocks = apolloMocks || [];
2597
2573
  return this;
@@ -2601,8 +2577,6 @@ class MockContextProviderBuilder {
2601
2577
  *
2602
2578
  * @param child - the child element being tested.
2603
2579
  */
2604
-
2605
-
2606
2580
  render(child) {
2607
2581
  return __awaiter(this, void 0, void 0, function* () {
2608
2582
  this.validateSuppliedMocks();
@@ -2625,8 +2599,6 @@ class MockContextProviderBuilder {
2625
2599
  *
2626
2600
  * @returns true or throws error if any invalid mocks
2627
2601
  */
2628
-
2629
-
2630
2602
  validateSuppliedMocks() {
2631
2603
  return true;
2632
2604
  }
@@ -2636,8 +2608,6 @@ class MockContextProviderBuilder {
2636
2608
  * @param testChildren - the child element being tested.
2637
2609
  * @param addTestRootContainer - if you want to add a root container to the test.
2638
2610
  */
2639
-
2640
-
2641
2611
  getMockedCompositionRoot(testChildren, addTestRootContainer = true) {
2642
2612
  return jsx(EnvironmentContextProvider, Object.assign({
2643
2613
  value: this.selectedEnvironmentContext
@@ -2686,7 +2656,6 @@ class MockContextProviderBuilder {
2686
2656
  }))
2687
2657
  }));
2688
2658
  }
2689
-
2690
2659
  }
2691
2660
  const rootContext = () => new MockContextProviderBuilder();
2692
2661
  const TestRoot = tw.div(_t || (_t = _`
@@ -2709,7 +2678,6 @@ const TestRoot = tw.div(_t || (_t = _`
2709
2678
  * @returns MockedResponse that can be passed to the mocked ApolloProvider.
2710
2679
  * @see [Testing React components using MockedProvider and associated APIs](https://www.apollographql.com/docs/react/development-testing/testing/)
2711
2680
  */
2712
-
2713
2681
  const queryFor = (document, variables, data, error) => {
2714
2682
  return {
2715
2683
  request: {
@@ -2719,11 +2687,10 @@ const queryFor = (document, variables, data, error) => {
2719
2687
  newData: () => {
2720
2688
  if (process.env["VSCODE_INSPECTOR_OPTIONS"] || process.env["DEBUG"]) {
2721
2689
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2722
- const name = document.definitions[0].name.value; // eslint-disable-next-line no-console
2723
-
2690
+ const name = document.definitions[0].name.value;
2691
+ // eslint-disable-next-line no-console
2724
2692
  console.log("Found Response for: " + name + " for variables: " + JSON.stringify(variables, null, 2) + " Returning: " + "{ data: " + JSON.stringify(data, null, 2) + ", error: " + JSON.stringify(error, null, 2) + "}");
2725
2693
  }
2726
-
2727
2694
  return {
2728
2695
  data,
2729
2696
  errors: error ? [new GraphQLError(error.message)] : undefined
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "module": "./index.js",
7
7
  "main": "./index.js",
8
8
  "type": "module",
9
- "types": "./index.d.ts",
9
+ "types": "./src/index.d.ts",
10
10
  "dependencies": {
11
11
  "@apollo/client": "3.6.9",
12
12
  "react": "17.0.2",
13
- "@trackunit/react-core-contexts-api": "0.2.3",
14
- "@trackunit/react-core-hooks": "0.2.9",
15
- "@trackunit/tailwind-styled-components": "0.0.49",
16
- "react-router-dom": "6.4.1",
17
- "graphql": "^15.8.0"
13
+ "@trackunit/react-core-contexts-api": "0.2.4",
14
+ "@trackunit/react-core-hooks": "0.2.11",
15
+ "@trackunit/tailwind-styled-components": "0.0.50",
16
+ "react-router-dom": "6.4.3",
17
+ "graphql": "15.8.0"
18
18
  },
19
19
  "peerDependencies": {}
20
20
  }
File without changes
@@ -3,3 +3,4 @@ export * from "./mocks/mockCurrentUserContext";
3
3
  export * from "./mocks/mockEnvironmentContext";
4
4
  export * from "./utils/doNothing";
5
5
  export * from "./utils/queryFor";
6
+ export * from "./utils/wait";
File without changes
File without changes
File without changes