Open asleire opened 4 years ago
did you ever figure this out? I have the same issue
I was trying to use this in order to run automated integration tests in a linux environment without setting up a real cosmos database. Unfortunately I gave up since I faced too many quirks. Fortunately Microsoft now supports running the CosmosDB Emulator in Docker for Linux! https://docs.microsoft.com/en-us/azure/cosmos-db/linux-emulator?tabs=ssl-netstd21
I'm trying to run integration tests as well with jest, I guess that the created databases do not support offset & limit. Too bad
but thanks for the link!
Attempting to execute the following query
will throw the following exception