|
9 | 9 | "watch": "npx lerna exec yarn watch --parallel", |
10 | 10 | "compile": "npx lerna run compile", |
11 | 11 | "lint": "npx eslint ./packages", |
12 | | - "test": "npx jest --coverage", |
13 | | - "test-watch": "npx jest --watch", |
| 12 | + "test": "echo skipped", |
14 | 13 | "sanity": "yarn compile && yarn lint && yarn test", |
15 | 14 | "prettier-write-all": "npx prettier '**/*.{js,jsx,ts,tsx,mjs,cjs,json,md}' --write --config .prettierrc.js", |
16 | 15 | "prettier-write-json": "npx prettier '**/{package.json,renative.plugins.json,renative.json}' --write --config .prettierrc.js", |
|
34 | 33 | "@flexn/prettier-config": "0.1.4", |
35 | 34 | "@flexn/typescript": "0.3.0", |
36 | 35 | "@flexn/build-hooks": "0.30.0", |
37 | | - "@types/jest": "~27.0.2", |
38 | 36 | "@types/lodash-es": "~4.17.5", |
39 | 37 | "@types/lodash.debounce": "~4.0.6", |
40 | 38 | "@types/lodash.throttle": "~4.1.7", |
41 | 39 | "@types/node": "~16.11.7", |
42 | 40 | "@types/react-dom": "~18.2.4", |
43 | 41 | "@types/react-native": "~0.67.2", |
44 | 42 | "eslint-config-prettier": "8.8.0", |
| 43 | + "react-native": "0.67.2", |
45 | 44 | "husky": "4.2.5", |
46 | | - "jest": "27.3.1", |
47 | 45 | "lerna": "6.6.2", |
48 | 46 | "rnv": "0.37.0-canary.11", |
49 | 47 | "typescript": "4.9.5", |
|
0 commit comments