@sprucelabs/test-utils 5.0.33 → 5.0.34

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.
@@ -1,5 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ if (typeof it === 'undefined') {
4
+ //@ts-ignore
5
+ it = () => { };
6
+ }
3
7
  /** Hooks up before, after, etc. */
4
8
  function hookupTestClass(target) {
5
9
  if (target.__isTestingHookedUp) {
@@ -7,6 +7,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
+ if (typeof it === 'undefined') {
11
+ //@ts-ignore
12
+ it = () => { };
13
+ }
10
14
  /** Hooks up before, after, etc. */
11
15
  function hookupTestClass(target) {
12
16
  if (target.__isTestingHookedUp) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.0.33",
6
+ "version": "5.0.34",
7
7
  "files": [
8
8
  "build"
9
9
  ],