Skip to content

Commit

Permalink
Fix testcase for Windows (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored and sindresorhus committed Aug 2, 2017
1 parent 7276430 commit f27adc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('filter()', () => {

stream.on('end', () => {
assert.equal(buffer.length, 1);
assert.equal(buffer[0].relative, 'nested/resource.js');
assert.equal(buffer[0].relative, path.join('nested', 'resource.js'));
cb();
});

Expand Down

0 comments on commit f27adc6

Please sign in to comment.