mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-28 12:11:02 +02:00
Merge branch 'main' into feat/mongo-query-tool
This commit is contained in:
commit
b42c6298d1
2 changed files with 3 additions and 3 deletions
|
|
@ -717,7 +717,7 @@ joins: []
|
|||
|
||||
expect(query).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
query: { measures: ['orders.order_count'], dimensions: [] },
|
||||
query: { measures: ['orders.order_count'], dimensions: [], predefined_measures_only: false },
|
||||
}),
|
||||
);
|
||||
expect(JSON.parse(String(stdout.write.mock.calls[0][0]))).toMatchObject({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue