Skip to content

Commit f5daeee

Browse files
committed
Fix test
1 parent 39a1c11 commit f5daeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli2/get-uri-wrapper.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('the get-uri-wrapper module', () => {
99
test("that fetches a document and converts it to JSON", async () => {
1010
let file = path.resolve("./elm.json")
1111
let elmJson = await getUriWrapper.fetchUriToJson(`file://${file}`);
12-
expect(elmJson).toHaveProperty("compilerOptions");
12+
expect(elmJson).toHaveProperty("type");
1313

1414
});
1515
});

0 commit comments

Comments
 (0)