Skip to content

Commit

Permalink
Enable security tests cross browser (#10217)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored and Timer committed Jan 22, 2020
1 parent 9b8ea96 commit 7fcd11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/production/test/index.test.js
Expand Up @@ -718,5 +718,5 @@ describe('Production Usage', () => {
dynamicImportTests(context, (p, q) => renderViaHTTP(context.appPort, p, q))

processEnv(context)
if (browserName === 'chrome') security(context)
security(context)
})

0 comments on commit 7fcd11c

Please sign in to comment.