Skip to content

Commit 74b9dc4

Browse files
committed
Workaround import TDZ with filter test
1 parent e585a33 commit 74b9dc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/database/query/filters.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { comparisonOfDateTimeFilter } from './filters';
1+
import { filter } from './index';
2+
3+
const { comparisonOfDateTimeFilter } = filter;
24

35
describe('filters', () => {
46
describe('comparisonOfDateTimeFilter', () => {

0 commit comments

Comments
 (0)