Thymeleaf + Vue application
This commit is contained in:
10
spring-boot/thymeleaf-vue/client/jest.config.js
Normal file
10
spring-boot/thymeleaf-vue/client/jest.config.js
Normal 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"
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user