|
7 | 7 | "setup-dev": "yarn && yarn bootstrap && yarn link-all && yarn build", |
8 | 8 | "setup-dev:react-native": "node ./scripts/setup-dev-rn", |
9 | 9 | "bootstrap": "lerna bootstrap", |
10 | | - "test": "lerna run test --stream && yarn test:license && yarn test:github-actions && yarn test:tsc-compliance", |
| 10 | + "test": "yarn test:no-datastore && yarn test:datastore && yarn test:license && yarn test:github-actions && yarn test:tsc-compliance", |
| 11 | + "test:no-datastore": "lerna run test --stream --ignore @aws-amplify/datastore", |
| 12 | + "test:datastore": "lerna run test --stream --scope @aws-amplify/datastore", |
11 | 13 | "test:size": "lerna run test:size --no-bail", |
12 | 14 | "test:duplicates": "./scripts/duplicates-yarn.sh", |
13 | 15 | "test:license": "license-check-and-add check -f license_config.json", |
|
84 | 86 | "@size-limit/file": "^8.1.0", |
85 | 87 | "@size-limit/webpack": "^8.1.0", |
86 | 88 | "@size-limit/webpack-why": "^8.1.0", |
87 | | - "@types/jest": "^24.0.18", |
| 89 | + "@types/jest": "^29.5.8", |
88 | 90 | "@types/lodash": "4.14.182", |
89 | 91 | "@types/node": "^8.9.5", |
90 | 92 | "@types/puppeteer": "1.3.0", |
91 | | - "babel-jest": "^24.9.0", |
92 | 93 | "babel-loader": "^8.3.0", |
93 | 94 | "codecov": "^3.6.5", |
94 | 95 | "glob": "^10.3.10", |
95 | | - "jest": "^24.x.x", |
96 | | - "jest-config": "24.8.0", |
| 96 | + "jest": "^29.7.0", |
| 97 | + "jest-environment-jsdom": "^29.7.0", |
97 | 98 | "json-loader": "^0.5.7", |
98 | 99 | "lerna": "^7.4.2", |
99 | 100 | "license-check-and-add": "^4.0.5", |
|
107 | 108 | "rollup-plugin-typescript": "^1.0.0", |
108 | 109 | "size-limit": "^8.1.0", |
109 | 110 | "terser-webpack-plugin": "^5.3.6", |
110 | | - "ts-jest": "^24.x.x", |
| 111 | + "ts-jest": "^29.1.1", |
111 | 112 | "ts-loader": "^9.4.3", |
112 | 113 | "tslint": "^5.7.0", |
113 | 114 | "tslint-config-airbnb": "^5.8.0", |
114 | 115 | "typedoc": "^0.17.0", |
115 | | - "typescript": "~3.8.3", |
| 116 | + "typescript": "^4.3.5", |
116 | 117 | "typescript-coverage-report": "^0.6.4", |
117 | 118 | "uuid-validate": "^0.0.3", |
118 | 119 | "webpack": "^5.75.0", |
|
127 | 128 | "**/glob/minipass": "6.0.2", |
128 | 129 | "nx": "16.7.0", |
129 | 130 | "next": "13.5.6" |
130 | | - }, |
131 | | - "jest": { |
132 | | - "resetMocks": true, |
133 | | - "verbose": true |
134 | 131 | } |
135 | 132 | } |
0 commit comments