diff --git a/plugins/ssr-plugin.js b/plugins/ssr-plugin.js index b08c2348..df8431fa 100644 --- a/plugins/ssr-plugin.js +++ b/plugins/ssr-plugin.js @@ -113,9 +113,9 @@ const SSRBodyTemplate = createPlugin/*:: + els.every(el => el.crossOrigin === 'anonymous') + ), + 'non-module scripts have crossorigin attribute' + ); + + browser.close(); + proc.kill(); +}, 100000); + test('`fusion build` app with Safari user agent and same-origin', async () => { var env = Object.create(process.env); env.NODE_ENV = 'production';