Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 0bd240d

Browse files
committed
Don't forget to test hash.
1 parent de8abca commit 0bd240d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/createTests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ expect.extend({
2121

2222
expect(location.pathname).toEqual(pathname)
2323
expect(location.search).toEqual(search)
24+
expect(location.hash).toEqual(hash)
2425
expect(location.state).toEqual(state)
2526
expect(location.query).toEqual(query)
2627
expect(location.action).toEqual(action)

0 commit comments

Comments
 (0)