Skip to content

Commit d5da1df

Browse files
committed
don't skip scroll tests cause they pass
1 parent fb87faf commit d5da1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/__tests__/Router-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ describe('Router.run', function () {
211211
});
212212
});
213213

214-
describe.skip('ImitateBrowserBehavior scrolling', function () {
214+
describe('ImitateBrowserBehavior scrolling', function () {
215215
var BigPage = React.createClass({
216216
render: function () {
217217
return <div style={{ width: 10000, height: 10000, background: 'green' }}/>;

0 commit comments

Comments
 (0)