From fd0e7100ec757de8c1eb0d90cda7cba27de8c221 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Mon, 26 Feb 2018 11:29:52 +0800 Subject: [PATCH] fix: SyntaxError in ssr.test --- test/basic.ssr.csp.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.ssr.csp.test.js b/test/basic.ssr.csp.test.js index 1ae4f359e6..2cad0acee2 100644 --- a/test/basic.ssr.csp.test.js +++ b/test/basic.ssr.csp.test.js @@ -11,7 +11,7 @@ const url = route => 'http://localhost:' + port + route const startCSPTestServer = async (t, csp) => { const options = { rootDir: resolve(__dirname, 'fixtures/basic'), - buildDir: '.nuxt-ssr', + buildDir: '.nuxt-ssr-csp', dev: false, head: { titleTemplate(titleChunk) {