mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-03-17 18:35:50 +00:00
sync
This commit is contained in:
15
frontend/jest.config.js
Normal file
15
frontend/jest.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
collectCoverage: true,
|
||||
coverageDirectory: "coverage",
|
||||
coverageReporters: ["text", "lcov"],
|
||||
coveragePathIgnorePatterns: [
|
||||
"/node_modules/",
|
||||
"/.next/",
|
||||
"/__tests__/",
|
||||
"jest.config.js"
|
||||
],
|
||||
testEnvironment: "jest-environment-jsdom",
|
||||
moduleNameMapper: {
|
||||
"^@/(.*)$": "<rootDir>/src/$1"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user