Add unit tests and fix map load

This commit is contained in:
Conor McNamara
2023-03-20 16:15:01 +00:00
parent c408f21d91
commit aa4fd87de1
8 changed files with 9414 additions and 14 deletions

View File

@ -3,8 +3,9 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"test:unit": "vue-cli-service test:unit",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
@ -26,6 +27,9 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vue/cli-plugin-unit-mocha": "~5.0.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^4.2.0",
"vite": "^4.0.0"
}
}