Skip to content

Commit

Permalink
Ammend the test to reflect the defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Bote committed Feb 5, 2018
1 parent 845c6c5 commit 9cd9a06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.test.js
Expand Up @@ -28,8 +28,7 @@ describe('fixtures', () => {
it(fixtureDir, async () => {
const output = await microbundle({
cwd: path.resolve(fixturePath),
formats: 'es,cjs,umd',
sourceMap: true
formats: 'es,cjs,umd'
});

const printedDir = printTree([dirTree(fixturePath)]);
Expand Down

0 comments on commit 9cd9a06

Please sign in to comment.