@sprucelabs/test-utils 5.3.0 → 5.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/build/decorators.js +0 -2
- package/build/esm/decorators.js +0 -2
- package/package.json +1 -1
package/build/decorators.js
CHANGED
@@ -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
|
};
|
package/build/esm/decorators.js
CHANGED
@@ -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
|
};
|