Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hedia/test

Package Overview
Dependencies
Maintainers
13
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hedia/test - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

5

package.json
{
"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"

2

README.md

@@ -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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc