diff --git a/tests/query.spec.ts b/tests/query.spec.ts index b4fae1b..8daeba1 100644 --- a/tests/query.spec.ts +++ b/tests/query.spec.ts @@ -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(); });