Skip to content

Commit

Permalink
test: remove defer from script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and vikerman committed Jul 29, 2019
1 parent 95686a4 commit 2476522
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ describe('Browser Builder scripts array', () => {
'main.js': 'input-script',
'index.html': '<script src="runtime.js" type="module"></script>'
+ '<script src="polyfills.js" type="module"></script>'
+ '<script src="scripts.js" defer></script>'
+ '<script src="renamed-script.js" defer></script>'
+ '<script src="scripts.js"></script>'
+ '<script src="renamed-script.js"></script>'
+ '<script src="vendor.js" type="module"></script>'
+ '<script src="main.js" type="module"></script>',
};
Expand Down

0 comments on commit 2476522

Please sign in to comment.