Socket
Socket
Sign inDemoInstall

jest-specific-snapshot

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-specific-snapshot - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

4

dist/index.js

@@ -35,3 +35,3 @@ 'use strict';

function toMatchSpecificSnapshot(received, snapshotFile) {
function toMatchSpecificSnapshot(received, snapshotFile, testName) {
var absoluteSnapshotFile = getAbsolutePathToSnapshot(this.testPath, snapshotFile);

@@ -53,3 +53,3 @@

return patchedToMatchSnapshot(received);
return patchedToMatchSnapshot(received, testName);
}

@@ -56,0 +56,0 @@

{
"name": "jest-specific-snapshot",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": "https://github.com/igor-dv/jest-specific-snapshot",

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