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 d0c7045 commit 54d0858
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 @@ -63,7 +63,7 @@ describe("CSSSourceCode", () => {

describe("getText()", () => {
it("should return the text of the source code", () => {
const file = { body: "a {}", path: "test.json" };
const file = { body: "a {}", path: "test.css" };
const language = new CSSLanguage();
const parseResult = language.parse(file);
const sourceCode = new CSSSourceCode({
Expand Down

0 comments on commit 54d0858

Please sign in to comment.