Remove only test

This commit is contained in:
Sébastien Chopin 2017-02-04 15:27:41 +01:00
parent 2f39ffedf0
commit c00d468357

View File

@ -14,7 +14,7 @@ test.before('Init Nuxt.js', async t => {
await nuxt.build()
})
test.only('Check .nuxt/router.js', t => {
test('Check .nuxt/router.js', t => {
return readFile(resolve(__dirname, './fixtures/dynamic-routes/.nuxt/router.js'), 'utf-8')
.then((routerFile) => {
routerFile = routerFile.slice(