UNPKG

284 BJavaScriptView Raw
1module.exports = {
2 // testEnvironment: "node",
3 transform: {
4 "^.+\\.(js)$": "babel-jest",
5 },
6 // "preset": "react-native"
7 // preset: "ts-jest",
8 // moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
9 // testPathIgnorePatterns: ["node_modules", "lib"],
10};