Skip to content

Commit

Permalink
Add spec output for parcel-bundler package
Browse files Browse the repository at this point in the history
  • Loading branch information
rhurstdialpad committed Feb 27, 2019
1 parent 89038fc commit 126bc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/core/parcel-bundler/test/mochareporters.json
@@ -1,6 +1,6 @@
{
"reporterEnabled": "mocha-junit-reporter",
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "junit-testresults.xml"
}
}
}
8 changes: 1 addition & 7 deletions packages/core/parcel-bundler/test/plugins.js
Expand Up @@ -80,13 +80,7 @@ describe('plugins', function() {
sinon.assert.calledWith(
logger.warn,
sinon.match(
'Parser "test/integration/plugins/throwing-plugin-parser/node_modules/' +
'parcel-plugin-test/TextAsset.js" failed to initialize when processing ' +
'asset "test/integration/plugins/throwing-plugin-parser/test.txt". ' +
'Threw the following error:\nError: Parser error'.replace(
/\//g,
path.sep
)
/Parser "test.integration.plugins.throwing-plugin-parser.node_modules.parcel-plugin-test.TextAsset\.js" failed to initialize when processing asset "test.integration.plugins.throwing-plugin-parser.test\.txt"\. Threw the following error:\nError: Parser error/
)
);

Expand Down

0 comments on commit 126bc7f

Please sign in to comment.