Skip to content

Commit 4047803

Browse files
authored
Update the test case description
1 parent cfd19f7 commit 4047803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend-function/src/function_env_type_generator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void describe('FunctionEnvironmentTypeGenerator', () => {
7373

7474
await fsp.rm(targetDirectory, { recursive: true, force: true });
7575
});
76-
void it('clears the generated env directory', async () => {
76+
void it('clears the generated env directory even if there are multiple calls', async () => {
7777
const fsExistsSyncMock = mock.method(fs, 'existsSync', () => true);
7878
const fsRmSyncMock = mock.method(fs, 'rmSync', () => {});
7979

0 commit comments

Comments
 (0)