Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 31, 2020
1 parent 0147318 commit 328ab86
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 21 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -1,8 +1,8 @@
const assert = require('assert');

module.exports = {
description: 'combines existing sourcemap files into one',
description: 'removes existing inline sourcemaps',
async test(code) {
assert.doesNotMatch(code, /sourceMappingURL=data:/);
},
assert.strictEqual(code.indexOf('sourceMappingURL'), -1);
}
};

0 comments on commit 328ab86

Please sign in to comment.