(item: TaskItem)
| 58 | |
| 59 | // Helper function to insert items via sync |
| 60 | function insertItem(item: TaskItem) { |
| 61 | beginFn() |
| 62 | writeFn({ type: `insert`, value: item }) |
| 63 | commitFn() |
| 64 | } |
| 65 | |
| 66 | it( |
| 67 | `should handle live query with where, orderBy and limit with undefined values`, |
no outgoing calls
no test coverage detected