Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fqueiruga committed Jan 21, 2020
1 parent d4addbb commit 1887edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/test/js/widgets/config/scrollspy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("scrollspy-spec tests", function () {
const mockOnWinScroll = jest.fn();

// Need to mock the .isVisible() function of the ConfigSection model because
// it needs to return true for these tests and it's current implementation
// it needs to return true for these tests and its current implementation
// would return false
const mockConfigSection = jest.requireActual(
'../../../../main/js/widgets/config/model/ConfigSection'
Expand Down

0 comments on commit 1887edb

Please sign in to comment.