Skip to content

Commit 81ce0ce

Browse files
committed
chore: wip
1 parent ac934d2 commit 81ce0ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/bun-git-hooks.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-console */
12
import { afterEach, beforeEach, describe, expect, it } from 'bun:test'
23
import { execSync } from 'node:child_process'
34
import fs from 'node:fs'

test/performance.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ describe('Performance: staged-lint', () => {
7171

7272
afterAll(() => {
7373
// Cleanup temp tree
74-
try { fs.rmSync(tmpRoot, { recursive: true, force: true }) }
74+
try {
75+
fs.rmSync(tmpRoot, { recursive: true, force: true })
76+
}
7577
catch {}
7678
})
7779

0 commit comments

Comments
 (0)