Skip to content

Commit

Permalink
test: update snapshots for updated test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed authored and maxjeffos committed May 3, 2021
1 parent ebefa9b commit edc798f
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`@snyk/protect applies patch(es) works for project with a single patchable module 1`] = `
exports[`@snyk/protect applies patch(es) works for project with multiple patchable modules 1`] = `
"/**
* @license
* Lodash <https://lodash.com/>
Expand Down Expand Up @@ -17120,7 +17120,7 @@ exports[`@snyk/protect applies patch(es) works for project with a single patchab
"
`;

exports[`@snyk/protect applies patch(es) works for project with multiple patchable modules 1`] = `
exports[`@snyk/protect does not apply any patches and does not fail for project with no modules with the target package name 1`] = `
"/**
* @license
* Lodash <https://lodash.com/>
Expand Down Expand Up @@ -34240,7 +34240,7 @@ exports[`@snyk/protect applies patch(es) works for project with multiple patchab
"
`;

exports[`@snyk/protect applies patch(es) works for project with multiple patchable modules 2`] = `
exports[`@snyk/protect does not apply any patches and does not fail for project with no modules with the target package name 2`] = `
"/**
* @license
* Lodash <https://lodash.com/>
Expand Down

0 comments on commit edc798f

Please sign in to comment.