We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a1c11 commit f5daeeeCopy full SHA for f5daeee
cli2/get-uri-wrapper.test.ts
@@ -9,7 +9,7 @@ describe('the get-uri-wrapper module', () => {
9
test("that fetches a document and converts it to JSON", async () => {
10
let file = path.resolve("./elm.json")
11
let elmJson = await getUriWrapper.fetchUriToJson(`file://${file}`);
12
- expect(elmJson).toHaveProperty("compilerOptions");
+ expect(elmJson).toHaveProperty("type");
13
14
});
15
0 commit comments