add support heartbeat to couchdb-changes-stream

This commit is contained in:
2024-11-29 12:38:08 +02:00
parent a393a195d0
commit 9cc03623d9
27 changed files with 8998 additions and 8531 deletions
@@ -0,0 +1,5 @@
export default {
preset: "ts-jest/presets/default-esm",
testEnvironment: "node",
testMatch: ["**/__tests__/**/*.test.ts", "**/?(*.)+(spec|test).ts"],
};