@tapjs/before-each
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "@tapjs/before-each", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "a built-in tap extension for t.beforeEach()", | ||
@@ -46,3 +46,3 @@ "tshy": { | ||
"peerDependencies": { | ||
"@tapjs/core": "1.3.9" | ||
"@tapjs/core": "1.3.10" | ||
}, | ||
@@ -49,0 +49,0 @@ "tap": { |
@@ -13,3 +13,3 @@ # `@tapjs/before-each` | ||
import t from 'tap' | ||
t.beforeEach((t) => { | ||
t.beforeEach(t => { | ||
// this will run before each child test, all of their child | ||
@@ -16,0 +16,0 @@ // tests, and so on |
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