We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a86282 commit 55b7845Copy full SHA for 55b7845
1 file changed
test/test-cfg-resolve.js
@@ -98,7 +98,7 @@ test('should return config root', t => {
98
};
99
const config = cfgResolve({input, flags});
100
const expectedRoot = './src';
101
- const expectedInput = [path.join(process.cwd(), expectedRoot, input)];
+ const expectedInput = [normalizePath(path.join(process.cwd(), expectedRoot, input))];
102
103
t.is(config.root, expectedRoot);
104
t.deepEqual(config.input, expectedInput);
0 commit comments