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 33aa532 commit 44e7945Copy full SHA for 44e7945
test/core.tests.js
@@ -84,6 +84,7 @@ describe('Highway.Core', () => {
84
it('Should call `beforeFetch` method on `pushState`', () => {
85
const Core = new Highway.Core();
86
87
+ Core.link = a;
88
Core.beforeFetch = sinon.spy();
89
Core.pushState({ target: { href: '/foo' }});
90
0 commit comments