Skip to content

Commit 3116e95

Browse files
authored
let > const
1 parent 09ebf35 commit 3116e95

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
@@ -1365,7 +1365,7 @@ test("Invalid docs JSON", async () => {
13651365
});
13661366

13671367
test("Invalid entrypoint JSON", async () => {
1368-
let entrypoint = `{foo,}`;
1368+
const entrypoint = `{foo,}`;
13691369

13701370
fetch.mockResponses([entrypoint, init], [docs, init]);
13711371

0 commit comments

Comments
 (0)