Add Vue jest plugin, move test

This commit is contained in:
Oliver Davies 2019-04-09 20:58:46 +01:00
parent 1844d0d627
commit 7babcbd547
6 changed files with 1318 additions and 36 deletions

5
tests/unit/.eslintrc.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
env: {
jest: true
}
}