Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Add a mock for the footer position
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaleigh committed Oct 3, 2016
1 parent 26a6ff2 commit e151a12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/javascripts/highlight-active-section-heading-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ describe('A highlight active section heading module', function () {
width: 1024
}
}
module.getFooterPosition = function () {
return {
top: 500
}
}
module.getHeadingPosition = function () {
return {
top: 100
Expand Down

0 comments on commit e151a12

Please sign in to comment.