We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7338a08 commit 0173323Copy full SHA for 0173323
test.js
@@ -629,7 +629,7 @@ test(
629
const zipfiles_hello = listZipFilesWithMetaData('.serverless/hello1.zip');
630
631
t.true(
632
- zipfiles_hello['module1$/foobar'].unixPermissions
+ zipfiles_hello['module1/foobar'].unixPermissions
633
.toString(8)
634
.slice(3, 6) === perm,
635
'foobar has retained its executable file permissions'
@@ -654,7 +654,7 @@ test(
654
655
656
657
658
659
660
0 commit comments