We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c54771 commit 51653f2Copy full SHA for 51653f2
test.js
@@ -53,7 +53,7 @@ const teardown = () => {
53
'slimPatterns.yml',
54
'serverless.yml.bak',
55
getUserCachePath(),
56
- ...glob.sync('serverless-python-requirements-*.tgz').found
+ ...glob.sync('serverless-python-requirements-*.tgz'),
57
].map(path => removeSync(path));
58
git(['checkout', 'serverless.yml']);
59
process.chdir(initialWorkingDir);
0 commit comments