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 8d56d96
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,9 +1,9 @@
const assert = require('assert');

module.exports = {
description: 'combines existing inline sourcemap comments into one',
description: 'removes existing inline sourcemaps',
async test(code) {
assert.doesNotMatch(code, /sourceMappingURL=main\.js\.map/);
assert.doesNotMatch(code, /sourceMappingURL=other\.js\.map/);
},
}
};

0 comments on commit 8d56d96

Please sign in to comment.