File tree Expand file tree Collapse file tree 3 files changed +190
-134
lines changed Expand file tree Collapse file tree 3 files changed +190
-134
lines changed Original file line number Diff line number Diff line change 3434 "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" ,
3535 "test:coverage:html" : " cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha 'packages/**/**/*.test.js' --exclude '**/node_modules/**' && nyc report --reporter=html" ,
3636 "test:karma" : " cross-env NODE_ENV=test karma start test/karma.conf.js" ,
37- "test:regressions" : " webpack --config test/regressions/webpack.config.js && rimraf test/regressions/screenshots/chrome/* && vrtest run --config test/vrtest.config.js --record" ,
37+ "test:regressions" : " webpack --config test/regressions/webpack.config.js && rimraf test/regressions/screenshots/chrome/* && vrtest-olivier run --config test/vrtest.config.js --record" ,
3838 "test:umd" : " node packages/material-ui/test/umd/run.js" ,
3939 "test:unit" : " cross-env NODE_ENV=test mocha 'packages/**/*.test.js' 'docs/**/*.test.js' 'scripts/**/*.test.js' --exclude '**/node_modules/**'" ,
4040 "test:watch" : " yarn test:unit --watch" ,
138138 "tslint" : " 5.14.0" ,
139139 "typescript" : " ^3.8.2" ,
140140 "typescript-to-proptypes" : " ^1.4.0" ,
141- "vrtest" : " ^0.2 .0" ,
141+ "vrtest-olivier " : " ^0.3 .0" ,
142142 "webpack" : " ^4.41.0" ,
143143 "webpack-cli" : " ^3.3.9" ,
144144 "yargs" : " ^15.2.0" ,
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import ReactDOM from 'react-dom' ;
3- import vrtest from 'vrtest/client' ;
3+ import vrtest from 'vrtest-olivier /client' ;
44import webfontloader from 'webfontloader' ;
55import TestViewer from './TestViewer' ;
66
You can’t perform that action at this time.
0 commit comments