|
33 | 33 | "size:why": "size-limit --why packages/material-ui/build/index.js", |
34 | 34 | "start": "yarn docs:dev", |
35 | 35 | "test": "yarn lint && yarn typescript && yarn test:coverage", |
36 | | - "test:coverage": "cross-env INTERNAL=true NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/*.test.js' 'docs/**/*.test.js' --exclude '**/node_modules/**' && nyc report -r lcovonly", |
37 | | - "test:coverage:html": "cross-env INTERNAL=true NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/**/*.test.js' --exclude '**/node_modules/**' && nyc report --reporter=html", |
38 | | - "test:karma": "cross-env INTERNAL=true NODE_ENV=test karma start test/karma.conf.js", |
| 36 | + "test:coverage": "cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/*.test.js' 'docs/**/*.test.js' --exclude '**/node_modules/**' && nyc report -r lcovonly", |
| 37 | + "test:coverage:html": "cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/**/*.test.js' --exclude '**/node_modules/**' && nyc report --reporter=html", |
| 38 | + "test:karma": "cross-env NODE_ENV=test karma start test/karma.conf.js", |
39 | 39 | "test:regressions": "yarn test:regressions:build && rimraf test/regressions/screenshots/chrome/* && vrtest run --config test/vrtest.config.js --record", |
40 | 40 | "test:regressions:build": "webpack --config test/regressions/webpack.config.js", |
41 | 41 | "test:umd": "node packages/material-ui/test/umd/run.js", |
42 | | - "test:unit": "cross-env INTERNAL=true NODE_ENV=test mocha 'packages/**/*.test.js' 'docs/**/*.test.js' 'scripts/**/*.test.js' --exclude '**/node_modules/**'", |
| 42 | + "test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.js' 'docs/**/*.test.js' 'scripts/**/*.test.js' --exclude '**/node_modules/**'", |
43 | 43 | "test:watch": "yarn test:unit --watch", |
44 | 44 | "typescript": "lerna run --no-bail --parallel typescript" |
45 | 45 | }, |
|
0 commit comments