Skip to content

Commit a4fa276

Browse files
committed
add back await
1 parent ceb6785 commit a4fa276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/compilerErrors/compilerErrors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { dtsPlugin } from "@/plugin";
88
test("Fails on compiler error", async () => {
99
const tsconfig = resolve(__dirname, "./tsconfig.json");
1010

11-
expect(
11+
await expect(
1212
build({
1313
plugins: [dtsPlugin({ tsconfig })],
1414
entryPoints: [resolve(__dirname, "./inputs/compilerErrors.ts")],

0 commit comments

Comments
 (0)