Skip to content

Commit

Permalink
Fix test case with hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
blyedev committed Nov 30, 2024
1 parent aa87e15 commit cb83314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/parser-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test(`Ensure syntax error has correct position: ${syntaxErrFixture.filename}`, (
};

const expectedInput = {
url: "file:///home/blyedev/Projects/postcss-angular-inline/test/fixtures/syntax-error.component.ts",
url: `file://${syntaxErrFixture.path}`,
...expectedPos,
};
const expectedErrorProperties = {
Expand Down

0 comments on commit cb83314

Please sign in to comment.