(expression: BasicExpression<boolean>)
| 41 | } |
| 42 | |
| 43 | function not(expression: BasicExpression<boolean>): Func { |
| 44 | return new Func(`not`, [expression]) |
| 45 | } |
| 46 | |
| 47 | describe(`createDeduplicatedLoadSubset`, () => { |
| 48 | it(`should call underlying loadSubset on first call`, async () => { |
no outgoing calls
no test coverage detected