mirror of
https://github.com/mudita/mudita-center.git
synced 2026-02-20 16:10:45 -05:00
11 lines
364 B
TypeScript
11 lines
364 B
TypeScript
export default {
|
|
displayName: "app-sql-models",
|
|
preset: "../../../jest.preset.js",
|
|
transform: {
|
|
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "@nx/react/plugins/jest",
|
|
"^.+\\.[tj]sx?$": ["babel-jest", { presets: ["@nx/react/babel"] }],
|
|
},
|
|
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
|
|
coverageDirectory: "../../../coverage/libs/app-sql/models",
|
|
}
|