Skip to content

Commit 8986a36

Browse files
Fix test on Windows
1 parent e64414f commit 8986a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('gulp-inline-css', function() {
5353

5454
stream.on('data', function(newFile){
5555
should.ok(newFile.contents);
56-
should.equal(newFile.path, '/test/fixture/file.html');
56+
should.equal(newFile.path, path.normalize('/test/fixture/file.html'));
5757
should.equal(newFile.relative, 'file.html');
5858
++a;
5959
});

0 commit comments

Comments
 (0)