Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 25, 2024
1 parent aec6fe8 commit 401b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ testSuite('multiple directories: handles underscored partials', () => {
testSuite('handle paths with ~, test for the webpack alias', () => {
// enhanced-resolve need a real file system to work
mock.restore();
const expected = path.normalize(`${process.cwd()}/test/fixtures/foo.scss`);
const expected = path.join(process.cwd(), '/test/fixtures/foo.scss');
const actual = lookup({
dependency: '~@/foo.scss',
filename: './fixtures/tilde.scss',
Expand Down

0 comments on commit 401b215

Please sign in to comment.