mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Remove only test
This commit is contained in:
parent
2f39ffedf0
commit
c00d468357
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user