From a5f92224b586289fc72f0abdb68b08eef9f017db Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 22 Mar 2023 15:01:01 -0700 Subject: Fix types (#2453) * WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs --- test/cli/install/bun-link.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cli/install/bun-link.test.ts') diff --git a/test/cli/install/bun-link.test.ts b/test/cli/install/bun-link.test.ts index 5b0abe139..e79f09aaf 100644 --- a/test/cli/install/bun-link.test.ts +++ b/test/cli/install/bun-link.test.ts @@ -16,7 +16,7 @@ import { beforeAll(dummyBeforeAll); afterAll(dummyAfterAll); -let link_dir; +let link_dir: string; beforeEach(async () => { link_dir = await mkdtemp(join(await realpath(tmpdir()), "bun-link.test")); -- cgit v1.2.3