File tree 1 file changed +3
-3
lines changed
packages/snyk-protect/test/acceptance/__snapshots__
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports[`@snyk/protect applies patch(es) works for project with a single patchable module 1`] = `
3
+ exports[`@snyk/protect applies patch(es) works for project with multiple patchable modules 1`] = `
4
4
"/**
5
5
* @license
6
6
* Lodash <https://lodash.com/>
@@ -17120,7 +17120,7 @@ exports[`@snyk/protect applies patch(es) works for project with a single patchab
17120
17120
"
17121
17121
`;
17122
17122
17123
- exports[`@snyk/protect applies patch(es) works for project with multiple patchable modules 1`] = `
17123
+ exports[`@snyk/protect does not apply any patches and does not fail for project with no modules with the target package name 1`] = `
17124
17124
"/**
17125
17125
* @license
17126
17126
* Lodash <https://lodash.com/>
@@ -34240,7 +34240,7 @@ exports[`@snyk/protect applies patch(es) works for project with multiple patchab
34240
34240
"
34241
34241
`;
34242
34242
34243
- exports[`@snyk/protect applies patch(es) works for project with multiple patchable modules 2`] = `
34243
+ exports[`@snyk/protect does not apply any patches and does not fail for project with no modules with the target package name 2`] = `
34244
34244
"/**
34245
34245
* @license
34246
34246
* Lodash <https://lodash.com/>
You can’t perform that action at this time.
0 commit comments