@tapjs/before-each
Advanced tools
Comparing version 0.0.0-12 to 0.0.0-13
@@ -24,2 +24,4 @@ /** | ||
* and this conflicts with the `t.plan()` called in the test method. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -26,0 +28,0 @@ beforeEach(fn: (t: Test) => any): void; |
@@ -47,2 +47,4 @@ "use strict"; | ||
* and this conflicts with the `t.plan()` called in the test method. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -49,0 +51,0 @@ beforeEach(fn) { |
@@ -24,2 +24,4 @@ /** | ||
* and this conflicts with the `t.plan()` called in the test method. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -26,0 +28,0 @@ beforeEach(fn: (t: Test) => any): void; |
@@ -44,2 +44,4 @@ /** | ||
* and this conflicts with the `t.plan()` called in the test method. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -46,0 +48,0 @@ beforeEach(fn) { |
{ | ||
"name": "@tapjs/before-each", | ||
"version": "0.0.0-12", | ||
"version": "0.0.0-13", | ||
"description": "a built-in tap extension for t.beforeEach()", | ||
@@ -46,3 +46,3 @@ "type": "module", | ||
"peerDependencies": { | ||
"@tapjs/core": "0.0.0-12" | ||
"@tapjs/core": "0.0.0-13" | ||
}, | ||
@@ -49,0 +49,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17085
191