Skip to content

Commit

Permalink
test: remove empty query
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkifer committed Jun 4, 2024
1 parent 7f082b0 commit 248f16e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/query.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ describe('Query', () => {

describe('#getAbTestParameter', () => {
it('should return null if there is no query', () => {
const location = {
search: '',
};
const abtest = query.getAbTestParameter(location.search);
expect(abtest).toBeNull();
});
Expand Down

0 comments on commit 248f16e

Please sign in to comment.