Skip to content

Commit

Permalink
update bundle type in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharm committed Jun 17, 2018
1 parent 65eec54 commit ea82882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('WebExtension', () => {
const bundle = await bundler.bundle()

await assertBundleTree(bundle, {
type: 'json',
type: '@@webext',
assets: ['manifest.json'],
childBundles: [
{ name: 'background_script.js' },
Expand Down

0 comments on commit ea82882

Please sign in to comment.