mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
test: Rename fixture cli/uncaughtException
This commit is contained in:
parent
6bdbac5a06
commit
23da3142b6
@ -58,7 +58,7 @@ describe('test/unit/scripts/serverless.test.js', () => {
|
||||
it('should handle uncaught exceptions', async () => {
|
||||
try {
|
||||
await spawn('node', [serverlessPath, 'print'], {
|
||||
cwd: path.resolve(cliFixturesPath, 'uncaughtException'),
|
||||
cwd: path.resolve(cliFixturesPath, 'uncaught-exception'),
|
||||
});
|
||||
throw new Error('Unexpected');
|
||||
} catch (error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user