Skip to content

Commit a4524e9

Browse files
Potential fix for code scanning alert no. 17: Syntax error
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 145dc68 commit a4524e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/integration/e2e-cli.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ describe('E2E CLI Command Tests', () => {
1616

1717
beforeEach(async () => {
1818
testDir = await fs.mkdtemp(join(os.tmpdir(), 'crf-e2e-'));
19+
});
1920

2021
afterEach(async () => {
2122
if (existsSync(testDir)) {

0 commit comments

Comments
 (0)