From ac46e60f111a1ec69b949fce6896691043127302 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Wed, 22 Jan 2020 14:42:05 -0600 Subject: [PATCH] Enable security tests cross browser --- test/integration/production/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/production/test/index.test.js b/test/integration/production/test/index.test.js index 1533089d0a4f829..f5f0eafbbb7bb53 100644 --- a/test/integration/production/test/index.test.js +++ b/test/integration/production/test/index.test.js @@ -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) })