Add Vue jest plugin, move test
This commit is contained in:
parent
1844d0d627
commit
7babcbd547
6 changed files with 1318 additions and 36 deletions
5
tests/unit/.eslintrc.js
Normal file
5
tests/unit/.eslintrc.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
jest: true
|
||||
}
|
||||
}
|
Reference in a new issue