Skip to content

Commit cd7deae

Browse files
nzakaslumirlumir
andauthored
Update tests/languages/json-source-code.test.js
Co-authored-by: 루밀LuMir <[email protected]>
1 parent 0b0d4d5 commit cd7deae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/json-source-code.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ describe("JSONSourceCode", () => {
697697
it("should skip comments when getting next token (no options)", () => {
698698
const commentFile = {
699699
body: '{\n// comment\n"foo": true}',
700-
path: "test.json",
700+
path: "test.jsonc",
701701
};
702702
const commentLanguage = new JSONLanguage({ mode: "jsonc" });
703703
const commentParseResult = commentLanguage.parse(commentFile);

0 commit comments

Comments
 (0)