Skip to content

Commit fd8030f

Browse files
committed
exit tests correctly
1 parent 959ae30 commit fd8030f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/index-test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/*eslint-env mocha*/
2+
import expect from 'expect'
3+
24
describe('useHistoryRestoreScroll', () => {
5+
it('exits correctly', () => {
6+
expect(true).toBe(true)
7+
})
38
describe('intial history entry', () => {
49
it('restores window scroll when going back to it')
510
it('restores window scroll when going back from a different domain')

0 commit comments

Comments
 (0)