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 7c878c3 commit 624c4ceCopy full SHA for 624c4ce
1 file changed
test/test-out-resolve.js
@@ -28,7 +28,7 @@ test('input file and output folder should return tmp/file.ext', async t => {
28
});
29
30
test('input files and output folder should return tmp/test/*.ext', async t => {
31
- t.is(await outResolve('tmp/test/*.ext', undefined), path.normalize('tmp/test/*.ext'));
+ t.is(await outResolve(path.normalize('tmp/test/*.ext'), undefined), path.normalize('tmp/test/*.ext'));
32
33
34
test('input files and output file should return output.ext', async t => {
0 commit comments