Skip to content

Commit 15f244a

Browse files
committed
Fix test
1 parent ec0b0a0 commit 15f244a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/js/compiler_api_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test(async function bundleApiConfig() {
105105
});
106106

107107
test(async function diagnosticsTest() {
108-
const [diagnostics] = await compile("foo.ts", {
108+
const [diagnostics] = await compile("/foo.ts", {
109109
"/foo.ts": `document.getElementById("foo");`
110110
});
111111
assert(Array.isArray(diagnostics));

0 commit comments

Comments
 (0)