mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
fix: SyntaxError in ssr.test
This commit is contained in:
parent
20d16e8425
commit
fd0e7100ec
@ -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