databag/app/mobile/jest.config.js
2022-12-30 22:16:15 -08:00

7 lines
97 B
JavaScript

module.exports = {
preset: "jest-expo",
transform: {
"\\.[jt]sx?$": "babel-jest",
}
};