|
9 | 9 | "test": "npm-run-all -p lint:check coverage test:size test:typescript flow && npm run test:prod && npm run benchmark", |
10 | 10 | "test:typescript": "lerna run test:typescript --parallel", |
11 | 11 | "coverage": "jest --coverage --no-cache --ci --runInBand", |
12 | | - "test:prod": "npm run build && jest -c jest.dist.json --no-cache --ci --runInBand", |
| 12 | + "test:prod": "npm run build && jest -c jest.dist.js --no-cache --ci --runInBand", |
13 | 13 | "lint:check": "eslint .", |
14 | 14 | "test:watch": "jest --watch --no-cache", |
15 | 15 | "rollup": "lerna run rollup --parallel", |
|
71 | 71 | "jest-serializer-html": "^4.0.1", |
72 | 72 | "jsdom": "^11.3.0", |
73 | 73 | "lerna": "^2.2.0", |
| 74 | + "lerna-alias": "^2.0.0", |
74 | 75 | "module-alias": "^2.0.1", |
75 | 76 | "npm-run-all": "^4.0.2", |
76 | 77 | "polished": "^1.2.1", |
|
145 | 146 | } |
146 | 147 | ] |
147 | 148 | }, |
148 | | - "jest": { |
149 | | - "transform": { |
150 | | - "\\.css$": "<rootDir>/test/styleTransform.js", |
151 | | - "^.+\\.js?$": "babel-jest" |
152 | | - }, |
153 | | - "moduleNameMapper": { |
154 | | - "^emotion$": "<rootDir>/packages/emotion/src", |
155 | | - "^react-emotion$": "<rootDir>/packages/react-emotion/src", |
156 | | - "^emotion-utils$": "<rootDir>/packages/emotion-utils/src", |
157 | | - "^emotion-server$": "<rootDir>/packages/emotion-server/src", |
158 | | - "^emotion-theming$": "<rootDir>/packages/emotion-theming/src", |
159 | | - "^babel-plugin-emotion": "<rootDir>/packages/babel-plugin-emotion/src", |
160 | | - "^create-emotion$": "<rootDir>/packages/create-emotion/src", |
161 | | - "^jest-emotion$": "<rootDir>/packages/jest-emotion/src", |
162 | | - "^create-emotion-styled$": "<rootDir>/packages/create-emotion-styled/src", |
163 | | - "^create-emotion-server$": "<rootDir>/packages/create-emotion-server/src" |
164 | | - }, |
165 | | - "setupTestFrameworkScriptFile": "<rootDir>/test/testSetup.js", |
166 | | - "coveragePathIgnorePatterns": [ |
167 | | - "<rootDir>/packages/emotion-utils/src/stylis.js" |
168 | | - ] |
169 | | - }, |
170 | 149 | "workspaces": [ |
171 | 150 | "packages/*" |
172 | 151 | ], |
|
0 commit comments