Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Apr 19, 2023
1 parent e211995 commit e25d594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/hooks/useStickyIntersectionObserver.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('hooks/userStickyIntersectionObserver', function() {
const OriginalIntersectionObserver = global.IntersectionObserver;

let container;
this.beforeEach(function() {
beforeEach(function() {
container = TestContainer.get(this);
});

Expand Down

0 comments on commit e25d594

Please sign in to comment.