@hedia/test
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@hedia/test", | ||
"version": "2.1.0", | ||
"description": "Custom Test Reporters", | ||
"version": "2.1.1", | ||
"description": "Tools for testing and reporting", | ||
"type": "module", | ||
"exports": { | ||
"./fetchMocker": "./dist/src/fetchMocker.js", | ||
"./reporters/sonarcloud": "./dist/src/reporters/sonarcloud.js", | ||
@@ -8,0 +9,0 @@ "./reporters/test": "./dist/src/reporters/test.js" |
@@ -40,2 +40,4 @@ # Test | ||
```javascript | ||
import { FetchMocker } from "@hedia/test/fetchMocker"; | ||
it("should fetch data", async (testContext) => { | ||
@@ -42,0 +44,0 @@ // When passing a TestContext to the FetchMocker constructor, the mock will be automatically removed after the test. |
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
88961
93