2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 21:00:34 +03:00

test: add e2e tests

This commit is contained in:
pimlie
2019-03-21 13:56:15 +01:00
committed by Pim
parent 1acadbc1b4
commit 717c30303f
12 changed files with 5749 additions and 770 deletions
+15
View File
@@ -0,0 +1,15 @@
module.exports = {
"plugins": ["@babel/plugin-syntax-dynamic-import"],
"env": {
"test": {
"plugins": ["dynamic-import-node"],
"presets": [
[ "@babel/env", {
targets: {
node: "current"
}
}]
]
}
},
}