mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
test: Rename fixture programmatic/locallyInstalledServerless
This commit is contained in:
parent
04869f1d6f
commit
012011c460
@ -71,7 +71,7 @@ describe('test/unit/scripts/serverless.test.js', () => {
|
||||
const output = String(
|
||||
(
|
||||
await spawn('node', [serverlessBinPath, '--help'], {
|
||||
cwd: (await programmaticFixturesEngine.setup('locallyInstalledServerless')).servicePath,
|
||||
cwd: (await programmaticFixturesEngine.setup('locally-installed-serverless')).servicePath,
|
||||
})
|
||||
).stderrBuffer
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user