Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 20, 2017
1 parent 90f8f7c commit cd022c8
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 @@ -40,7 +40,7 @@ it('should generate source maps', function (cb) {
assert.equal(file.sourceMap.mappings, 'AAAA;CACC,cAAc;CACd');
var contents = file.contents.toString();
assert(/flex/.test(contents));
assert(/sourceMappingURL=data:application\/json;base64/.test(contents));
assert(/sourceMappingURL=data:application\/json;charset=utf8;base64/.test(contents));
cb();
});

Expand Down

0 comments on commit cd022c8

Please sign in to comment.