Thymeleaf + Vue application

This commit is contained in:
Tom Hombergs
2020-06-08 21:51:46 +10:00
parent b8c0923f23
commit 5e0f15e4cc
34 changed files with 19241 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
module.exports = {
preset: "@vue/cli-plugin-unit-jest",
collectCoverage: true,
collectCoverageFrom: ["src/**/*.{js,vue}", "!**/node_modules/**"],
coverageReporters: ["html", "text-summary"],
setupFilesAfterEnv: [
"./jest/console-error-to-exception.setup.js",
"./jest/mock-canvas.setup.js"
]
};