Skip to content

Commit

Permalink
chore(url): add workaround for a bug in pluginutils@4.2.0 with absolu…
Browse files Browse the repository at this point in the history
…te paths not being normalised
  • Loading branch information
r0b1n committed Apr 12, 2022
1 parent 5c266d7 commit bcc118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/url/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test.serial('copy files with include by absolute path, limit: 0', async (t) => {
await run(t, 'svg', {
limit: 0,
emitFiles: true,
include: [resolve('.', 'fixtures', '*.svg')]
include: [resolve('.', 'fixtures', '*.svg').split(sep).join(posix.sep)]
});
});

Expand Down

0 comments on commit bcc118a

Please sign in to comment.