mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Merge pull request #2898 from clarkdo/ssr.syntax.error
fix: SyntaxError in ssr.test
This commit is contained in:
commit
3c274e19a5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user