Skip to content

Commit eec247e

Browse files
committed
chore: rollback unnecessary change
1 parent f566d6b commit eec247e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@packages/test/src/fix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path';
33
import pkgDir from 'pkg-dir';
44

55
declare global {
6-
const tmp: typeof import('tmp');
6+
var tmp: typeof import('tmp');
77
}
88

99
export async function bootstrap(fixture?: string, directory?: string) {

0 commit comments

Comments
 (0)