tests: add failing test for ignores (#2905)

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

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!!')