Skip to content

Commit ec839df

Browse files
authored
let > const
1 parent 8bc407c commit ec839df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hydra/parseHydraDocumentation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ test("Invalid docs JSON", async () => {
13201320
});
13211321

13221322
test("Invalid entrypoint JSON", async () => {
1323-
let entrypoint = `{foo,}`;
1323+
const entrypoint = `{foo,}`;
13241324

13251325
fetch.mockResponses([entrypoint, init], [docs, init]);
13261326

0 commit comments

Comments
 (0)