Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding committed Jun 13, 2023
1 parent 4e68432 commit b314803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/providers/lazy-loading/paramsToQuery.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getFiltersConstraints } from '../../../src/providers/lazy-loading/paramsToQuery';
import { QueryConstraintType } from '@firebase/firestore';
import { getFiltersConstraints } from '../../../src/providers/lazy-loading/paramsToQuery';

describe('getFiltersConstraints', () => {
it('should return where filter with array-contains-any operator when filter value is array', () => {
Expand Down Expand Up @@ -53,4 +53,4 @@ describe('getFiltersConstraints', () => {
// @ts-ignore
expect(queryConstraint['_op']).toEqual('==');
});
});
});

0 comments on commit b314803

Please sign in to comment.