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

@hitorisensei/jest-assert-with

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hitorisensei/jest-assert-with - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.idea/dbnavigator.xml

2

index.d.ts
/// <reference types="jest" />
export declare const matchers: jest.ExpectExtendMap;
declare global {

@@ -10,1 +9,2 @@ namespace jest {

}
export declare const matchers: jest.ExpectExtendMap;

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@hitorisensei/jest-assert-with",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"description": "Extends jest with toAssertWith matcher that allows you to perform an assert check with a provided assert function.",

@@ -5,0 +6,0 @@ "devDependencies": {

@@ -24,3 +24,3 @@ # jest-assert-type

"setupFilesAfterEnv": [
"@hitorisensei/jest-assert-with/index.js"
"@hitorisensei/jest-assert-with/index.ts"
]

@@ -27,0 +27,0 @@ }

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