Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 29, 2024
1 parent a9e9706 commit ca25c23
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 @@ -199,7 +199,7 @@ testSuite('handle paths with ~, test for the webpack alias', () => {
dependency: '~@/foo.scss',
filename: './fixtures/tilde.scss',
directory: 'fixtures',
webpackConfig: path.resolve(__dirname, './fixtures/webpack.config.js')
webpackConfig: path.join(__dirname, './fixtures/webpack.config.js')
});

assert.is(actual, expected);
Expand Down

0 comments on commit ca25c23

Please sign in to comment.