Skip to content

Commit edc798f

Browse files
Jahed Ahmedmaxjeffos
Jahed Ahmed
authored andcommittedMay 3, 2021
test: update snapshots for updated test structure
1 parent ebefa9b commit edc798f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎packages/snyk-protect/test/acceptance/__snapshots__/protect.spec.ts.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

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`] = `
44
"/**
55
* @license
66
* Lodash <https://lodash.com/>
@@ -17120,7 +17120,7 @@ exports[`@snyk/protect applies patch(es) works for project with a single patchab
1712017120
"
1712117121
`;
1712217122

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`] = `
1712417124
"/**
1712517125
* @license
1712617126
* Lodash <https://lodash.com/>
@@ -34240,7 +34240,7 @@ exports[`@snyk/protect applies patch(es) works for project with multiple patchab
3424034240
"
3424134241
`;
3424234242

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`] = `
3424434244
"/**
3424534245
* @license
3424634246
* Lodash <https://lodash.com/>

0 commit comments

Comments
 (0)
Please sign in to comment.