Browse Source

reinstate all tests

semi-dynamic-namespace-imports
Rich-Harris 9 years ago
parent
commit
035f66e8d9
  1. 1
      test/cli/sourcemap-newline/_config.js

1
test/cli/sourcemap-newline/_config.js

@ -1,7 +1,6 @@
const assert = require( 'assert' );
module.exports = {
solo: true,
description: 'adds a newline after the sourceMappingURL comment (#756)',
command: 'rollup -i main.js -m inline',
result: code => {

Loading…
Cancel
Save