We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097e835 commit d79d72aCopy full SHA for d79d72a
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