From 8530bad1b048564b278044122f4262298fbda21a Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sun, 26 Sep 2021 07:52:32 +0200 Subject: [PATCH] Try to fix Windows test --- test/function/samples/resolveid-is-entry/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/function/samples/resolveid-is-entry/_config.js b/test/function/samples/resolveid-is-entry/_config.js index 2cbc44ca45e..fc810508a42 100644 --- a/test/function/samples/resolveid-is-entry/_config.js +++ b/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',