Skip to content

Commit 51653f2

Browse files
committed
fix use of glob-all
1 parent 8c54771 commit 51653f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const teardown = () => {
5353
'slimPatterns.yml',
5454
'serverless.yml.bak',
5555
getUserCachePath(),
56-
...glob.sync('serverless-python-requirements-*.tgz').found
56+
...glob.sync('serverless-python-requirements-*.tgz'),
5757
].map(path => removeSync(path));
5858
git(['checkout', 'serverless.yml']);
5959
process.chdir(initialWorkingDir);

0 commit comments

Comments
 (0)