Skip to content

Commit

Permalink
Update tests/languages/css-source-code.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
nzakas and mdjermanovic authored Nov 5, 2024
1 parent cae5c09 commit d0c7045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/languages/css-source-code.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe("CSSSourceCode", () => {
assert.deepStrictEqual(sourceCode.comments, []);
});

it("should contain an array of comments when parsing JSONC", () => {
it("should contain an array of comments when parsing CSS with comments", () => {
const file = { body: "a {\n/*test*/\n}", path: "test.css" };
const language = new CSSLanguage();
const parseResult = language.parse(file);
Expand Down

0 comments on commit d0c7045

Please sign in to comment.