@sprucelabs/test-utils 5.3.0 → 5.3.1

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.
@@ -64,9 +64,7 @@ test.only = (description, ...args) => {
64
64
  hookupTestClass(target);
65
65
  // Make sure each test gets the spruce
66
66
  it.only(description ?? propertyKey, async () => {
67
- debugger;
68
67
  const bound = descriptor.value.bind(Test.resolveActiveTest(target));
69
- debugger;
70
68
  return bound(...args);
71
69
  });
72
70
  };
@@ -60,9 +60,7 @@ test.only = (description, ...args) => {
60
60
  hookupTestClass(target);
61
61
  // Make sure each test gets the spruce
62
62
  it.only(description !== null && description !== void 0 ? description : propertyKey, async () => {
63
- debugger;
64
63
  const bound = descriptor.value.bind(Test.resolveActiveTest(target));
65
- debugger;
66
64
  return bound(...args);
67
65
  });
68
66
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.3.0",
6
+ "version": "5.3.1",
7
7
  "files": [
8
8
  "build"
9
9
  ],