Skip to content

Commit

Permalink
ua
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 12, 2024
1 parent 7b14ff1 commit a72ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import env from 'min-react-env';
import createVimeo from './createVimeo';

Object.assign(global, env, {
navigator: {},
navigator: { userAgent: 'min-react-env' },
});

const reactMajor = parseInt(ReactDOM.version.split('.')[0], 10);
Expand Down

0 comments on commit a72ec95

Please sign in to comment.