Install axios + Test App rendering + Test API connection

This commit is contained in:
2020-12-03 23:05:00 +01:00
parent dc3a764aa2
commit 69e0f90c5a
7 changed files with 63 additions and 15 deletions

View File

@@ -1,3 +1,3 @@
module.exports = {
preset: '@vue/cli-plugin-unit-jest',
preset: "@vue/cli-plugin-unit-jest"
};