UNPKG

create-react-native-library

Version:
17 lines (16 loc) 274 B
{ "scripts": { "test": "jest" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "devDependencies": { "@jest/globals": "^30.0.0", "jest": "^30.3.0" } }