fix: SyntaxError in ssr.test

This commit is contained in:
Clark Du 2018-02-26 11:29:52 +08:00
parent 20d16e8425
commit fd0e7100ec

View File

@ -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) {