Skip to content

Commit cd50468

Browse files
committed
fix: test exports all fns
1 parent b56e8f7 commit cd50468

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/index.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const members = [
1212
'checkContext',
1313
'checkContextIf',
1414
'combine',
15+
'createRelated',
1516
'debug',
1617
'disablePagination',
1718
'disallow',
@@ -76,10 +77,14 @@ const members = [
7677
'getPaginate',
7778
'skipResult',
7879

80+
'trimData',
81+
'trimResult',
82+
7983
'throwIf',
8084
'throwIfIsMulti',
8185
'throwIfIsProvider',
8286

87+
'getExposedMethods',
8388
'transformParams',
8489
].sort()
8590

0 commit comments

Comments
 (0)