We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38ff2a commit 2ebd302Copy full SHA for 2ebd302
modules/__tests__/Router-test.js
@@ -215,7 +215,7 @@ describe('Router.run', function () {
215
});
216
217
218
- describe('ImitateBrowserBehavior scrolling', function () {
+ describe.skip('ImitateBrowserBehavior scrolling', function () {
219
var BigPage = React.createClass({
220
render: function () {
221
return <div style={{ width: 10000, height: 10000, background: 'green' }}/>;
0 commit comments