We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64414f commit 8986a36Copy full SHA for 8986a36
test/main.js
@@ -53,7 +53,7 @@ describe('gulp-inline-css', function() {
53
54
stream.on('data', function(newFile){
55
should.ok(newFile.contents);
56
- should.equal(newFile.path, '/test/fixture/file.html');
+ should.equal(newFile.path, path.normalize('/test/fixture/file.html'));
57
should.equal(newFile.relative, 'file.html');
58
++a;
59
});
0 commit comments