|
17 | 17 | "format": "prettier --write .", |
18 | 18 | "lint": "eslint \"**/*.{ts,tsx}\"", |
19 | 19 | "build": "lerna run build", |
| 20 | + "test": "lerna run test --stream -- --passWithNoTests", |
20 | 21 | "release": "lerna publish", |
21 | 22 | "example:snack": "ts-node --transpile-only scripts/upload-to-snack.ts", |
22 | 23 | "clean": "lerna run clean", |
|
35 | 36 | ], |
36 | 37 | "devDependencies": { |
37 | 38 | "@react-native-community/eslint-config": "^3.2.0", |
38 | | - "@types/jest": "^26.0.23", |
39 | | - "babel-jest": "^26.6.3", |
| 39 | + "@testing-library/jest-native": "^5.4.2", |
| 40 | + "@testing-library/react-native": "^12.1.2", |
| 41 | + "@types/jest": "^29.5.0", |
| 42 | + "babel-jest": "^29.5.0", |
40 | 43 | "dotenv": "^9.0.2", |
41 | 44 | "eslint": "^8.18.0", |
42 | 45 | "eslint-plugin-prettier": "^4.2.0", |
43 | 46 | "expo-yarn-workspaces": "^2.0.0", |
44 | 47 | "husky": ">=6", |
45 | | - "jest": "^26.6.3", |
| 48 | + "jest": "^29.5.0", |
| 49 | + "jest-environment-jsdom": "^29.5.0", |
46 | 50 | "json-server": "^0.16.3", |
47 | 51 | "lerna": "^5.6.2", |
48 | 52 | "lint-staged": ">=13", |
|
0 commit comments