1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-20 23:49:38 +00:00

tests: add failing test for ignores ()

This commit is contained in:
Pooya Parsa 2018-03-01 09:37:19 +03:30
parent ca13b6bfbb
commit c79a861809
2 changed files with 2 additions and 6 deletions
test/fixtures/basic/store

View File

@ -1,3 +1 @@
export const state = () => ({
error: 'Should be ignored'
})
throw new Error('This file should be ignored!!')

View File

@ -1,3 +1 @@
export const state = () => ({
error: 'Should be ignored'
})
throw new Error('This file should be ignored!!')