@japa/runner 2.0.0 → 2.0.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.
@@ -4,7 +4,7 @@ export declare class TestContext extends BaseTestContext {
4
4
  constructor(test: Test);
5
5
  }
6
6
  export declare class Test<TestData extends DataSetNode = undefined> extends BaseTest<TestContext, TestData> {
7
- static disposeCallback: never[];
7
+ static disposeCallbacks: never[];
8
8
  }
9
9
  export declare class Group extends BaseGroup<TestContext> {
10
10
  }
@@ -20,7 +20,7 @@ exports.TestContext = TestContext;
20
20
  class Test extends core_1.Test {
21
21
  }
22
22
  exports.Test = Test;
23
- Test.disposeCallback = [];
23
+ Test.disposeCallbacks = [];
24
24
  class Group extends core_1.Group {
25
25
  }
26
26
  exports.Group = Group;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@japa/runner",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Runner for Japa testing framework",
5
5
  "main": "build/index.js",
6
6
  "files": [