Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Nov 2, 2019
1 parent 6476ac4 commit 8da6ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/production/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ describe('Production Usage', () => {
// application/json doesn't need defer
if (
script.attribs.type === 'application/json' ||
script.src.includes('polyfills')
script.attribs.src.includes('polyfills')
) {
continue
}
Expand Down

0 comments on commit 8da6ec3

Please sign in to comment.