mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
* refactor(heart): extract logic into heartbeatTimer fn To make it easier to test, I extract heartbeatTimer into it's own function. * feat(testing): add tests for heart.ts * fixup * fixup!: remove unneeded heart call * Update src/node/heart.ts Co-authored-by: Asher <ash@coder.com> * fixup!: use mockResolvedValue everywhere * fixup!: add stat test for timestamp check Co-authored-by: Asher <ash@coder.com> |
||
|---|---|---|
| .. | ||
| extensions/test-extension | ||
| models | ||
| baseFixture.ts | ||
| codeServer.test.ts | ||
| downloads.test.ts | ||
| extensions.test.ts | ||
| github.test.ts | ||
| globalSetup.test.ts | ||
| login.test.ts | ||
| logout.test.ts | ||
| openHelpAbout.test.ts | ||
| terminal.test.ts | ||