mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +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 = () => ({
|
throw new Error('This file should be ignored!!')
|
||||||
error: '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 = () => ({
|
throw new Error('This file should be ignored!!')
|
||||||
error: 'Should be ignored'
|
|
||||||
})
|
|
||||||
|
Loading…
Reference in New Issue
Block a user