@tapjs/after-each
Advanced tools
Comparing version 0.0.0-12 to 0.0.0-13
@@ -22,2 +22,4 @@ /** | ||
* to call assertion methods on it will raise an error. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -24,0 +26,0 @@ afterEach(fn: (t: Test) => any): void; |
@@ -47,2 +47,4 @@ "use strict"; | ||
* to call assertion methods on it will raise an error. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -49,0 +51,0 @@ afterEach(fn) { |
@@ -22,2 +22,4 @@ /** | ||
* to call assertion methods on it will raise an error. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -24,0 +26,0 @@ afterEach(fn: (t: Test) => any): void; |
@@ -44,2 +44,4 @@ /** | ||
* to call assertion methods on it will raise an error. | ||
* | ||
* @group Test Lifecycle Management | ||
*/ | ||
@@ -46,0 +48,0 @@ afterEach(fn) { |
{ | ||
"name": "@tapjs/after-each", | ||
"version": "0.0.0-12", | ||
"version": "0.0.0-13", | ||
"description": "a built-in tap extension for t.afterEach()", | ||
@@ -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
16896
187