mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
tests: add failing test for ignores (#2905)
This commit is contained in:
parent
ca13b6bfbb
commit
c79a861809
4
test/fixtures/basic/store/-ignored.js
vendored
4
test/fixtures/basic/store/-ignored.js
vendored
@ -1,3 +1 @@
|
||||
export const state = () => ({
|
||||
error: 'Should be ignored'
|
||||
})
|
||||
throw new Error('This file should be ignored!!')
|
||||
|
4
test/fixtures/basic/store/ignored.test.js
vendored
4
test/fixtures/basic/store/ignored.test.js
vendored
@ -1,3 +1 @@
|
||||
export const state = () => ({
|
||||
error: 'Should be ignored'
|
||||
})
|
||||
throw new Error('This file should be ignored!!')
|
||||
|
Loading…
Reference in New Issue
Block a user