databag/app/mobile/jest.config.js

7 lines
97 B
JavaScript
Raw Normal View History

2022-12-31 06:16:15 +00:00
module.exports = {
preset: "jest-expo",
transform: {
"\\.[jt]sx?$": "babel-jest",
}
};