test: Rename fixture cli/uncaughtException

This commit is contained in:
Mariusz Nowak 2022-01-24 17:22:57 +01:00 committed by Mariusz Nowak
parent 6bdbac5a06
commit 23da3142b6
3 changed files with 1 additions and 1 deletions

View File

@ -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) {