Skip to content

Commit b314803

Browse files
committed
linting
1 parent 4e68432 commit b314803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/providers/lazy-loading/paramsToQuery.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { getFiltersConstraints } from '../../../src/providers/lazy-loading/paramsToQuery';
21
import { QueryConstraintType } from '@firebase/firestore';
2+
import { getFiltersConstraints } from '../../../src/providers/lazy-loading/paramsToQuery';
33

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

0 commit comments

Comments
 (0)