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 959ae30 commit fd8030fCopy full SHA for fd8030f
modules/index-test.js
@@ -1,5 +1,10 @@
1
/*eslint-env mocha*/
2
+import expect from 'expect'
3
+
4
describe('useHistoryRestoreScroll', () => {
5
+ it('exits correctly', () => {
6
+ expect(true).toBe(true)
7
+ })
8
describe('intial history entry', () => {
9
it('restores window scroll when going back to it')
10
it('restores window scroll when going back from a different domain')
0 commit comments