UNPKG

node-cosmos

Version:

A light weight azure cosmosdb client aiming at ease of use for creating REST API. Supports json filter, sort and offset/limit

8 lines (7 loc) 244 B
module.exports = { preset: "ts-jest", testEnvironment: "node", setupFilesAfterEnv: ["./jest.setup.js"], testRegex: "/tests/.*\\.(test|spec)?\\.(ts|tsx)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], };