Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Resize screenshots with sharp #19979

Merged
merged 1 commit into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"tslint": "5.14.0",
"typescript": "^3.8.2",
"typescript-to-proptypes": "^1.4.0",
"vrtest": "^0.2.0",
"vrtest-mui": "^0.3.3",
eps1lon marked this conversation as resolved.
Show resolved Hide resolved
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"yargs": "^15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Thanks for writing tests! Here's a quick run-down on our current setup.
- [mocha](https://mochajs.org/)
- [karma](https://karma-runner.github.io/latest/index.html)
- [enzyme](https://airbnb.io/enzyme/) (old tests only)
- [vrtest](https://github.com/nathanmarks/vrtest)
- [vrtest-mui](https://github.com/mui-org/vrtest-mui)
- [docker](https://docs.docker.com/)
- [jsdom](https://github.com/jsdom/jsdom)

Expand Down
2 changes: 1 addition & 1 deletion test/regressions/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import vrtest from 'vrtest/client';
import vrtest from 'vrtest-mui/client';
import webfontloader from 'webfontloader';
import TestViewer from './TestViewer';

Expand Down