Skip to content

Commit

Permalink
Try to fix Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Sep 26, 2021
1 parent c1cb94a commit 8530bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/function/samples/resolveid-is-entry/_config.js
@@ -1,7 +1,7 @@
const assert = require('assert');
const path = require('path');

const ID_MAIN = path.join(__dirname, 'main.js');
const ID_MAIN = path.resolve(__dirname, 'main.js');

module.exports = {
description: 'sends correct isEntry information to resolveId hooks',
Expand Down

0 comments on commit 8530bad

Please sign in to comment.