Skip to content

Commit e5bbe1f

Browse files
oliviertassinarieps1lon
authored andcommitted
[test] Resize screenshots with sharp (mui#19979)
1 parent 5f50cf1 commit e5bbe1f

File tree

4 files changed

+190
-134
lines changed

4 files changed

+190
-134
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
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",

test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/regressions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
3-
import vrtest from 'vrtest/client';
3+
import vrtest from 'vrtest-mui/client';
44
import webfontloader from 'webfontloader';
55
import TestViewer from './TestViewer';
66

0 commit comments

Comments
 (0)