mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 12:02:38 +00:00
19 lines
334 B
JavaScript
19 lines
334 B
JavaScript
/*
|
|
* For a detailed explanation regarding each configuration property and type check, visit:
|
|
* https://jestjs.io/docs/configuration
|
|
*/
|
|
|
|
module.exports = {
|
|
moduleNameMapper: {
|
|
'^@/(.*)$': '<rootDir>/src/$1',
|
|
},
|
|
|
|
clearMocks: true,
|
|
|
|
collectCoverage: false,
|
|
|
|
coverageDirectory: 'coverage',
|
|
|
|
testEnvironment: 'jsdom',
|
|
}
|