File tree Expand file tree Collapse file tree 4 files changed +190
-134
lines changed Expand file tree Collapse file tree 4 files changed +190
-134
lines changed Original file line number Diff line number Diff line change 140140 "tslint" : " 5.14.0" ,
141141 "typescript" : " ^3.8.2" ,
142142 "typescript-to-proptypes" : " ^1.4.0" ,
143- "vrtest" : " ^0.2.0 " ,
143+ "vrtest-mui " : " ^0.3.3 " ,
144144 "webpack" : " ^4.41.0" ,
145145 "webpack-cli" : " ^3.3.9" ,
146146 "yargs" : " ^15.2.0" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Thanks for writing tests! Here's a quick run-down on our current setup.
1717- [ mocha] ( https://mochajs.org/ )
1818- [ karma] ( https://karma-runner.github.io/latest/index.html )
1919- [ enzyme] ( https://airbnb.io/enzyme/ ) (old tests only)
20- - [ vrtest] ( https://github.com/nathanmarks /vrtest )
20+ - [ vrtest-mui ] ( https://github.com/mui-org /vrtest-mui )
2121- [ docker] ( https://docs.docker.com/ )
2222- [ jsdom] ( https://github.com/jsdom/jsdom )
2323
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-mui /client' ;
44import webfontloader from 'webfontloader' ;
55import TestViewer from './TestViewer' ;
66
You can’t perform that action at this time.
0 commit comments