From 035f66e8d92dae33ee950cbaad0929a5f2c6dead Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 9 Jul 2016 15:51:26 -0400 Subject: [PATCH] reinstate all tests --- test/cli/sourcemap-newline/_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cli/sourcemap-newline/_config.js b/test/cli/sourcemap-newline/_config.js index 8605e29..1427619 100644 --- a/test/cli/sourcemap-newline/_config.js +++ b/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 => {