reinitialize lootalot_front to add unit testing

This commit is contained in:
2019-10-10 10:14:02 +02:00
parent 70eed30bee
commit 77728cfdc4
9 changed files with 157 additions and 56 deletions

View File

@@ -1,10 +1,5 @@
module.exports = {
presets: [
'@vue/app'
],
"env": {
"test": {
"presets": [["env", { "targets": { "node": "current" } }]]
}
}
]
}