We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb6785 commit a4fa276Copy full SHA for a4fa276
1 file changed
tests/compilerErrors/compilerErrors.test.ts
@@ -8,7 +8,7 @@ import { dtsPlugin } from "@/plugin";
8
test("Fails on compiler error", async () => {
9
const tsconfig = resolve(__dirname, "./tsconfig.json");
10
11
- expect(
+ await expect(
12
build({
13
plugins: [dtsPlugin({ tsconfig })],
14
entryPoints: [resolve(__dirname, "./inputs/compilerErrors.ts")],
0 commit comments