mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +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 startCSPTestServer = async (t, csp) => {
|
||||||
const options = {
|
const options = {
|
||||||
rootDir: resolve(__dirname, 'fixtures/basic'),
|
rootDir: resolve(__dirname, 'fixtures/basic'),
|
||||||
buildDir: '.nuxt-ssr',
|
buildDir: '.nuxt-ssr-csp',
|
||||||
dev: false,
|
dev: false,
|
||||||
head: {
|
head: {
|
||||||
titleTemplate(titleChunk) {
|
titleTemplate(titleChunk) {
|
||||||
|
Loading…
Reference in New Issue
Block a user