[PR #4841] [CLOSED] [WIP] Move crdt to vitest #5617

Closed
opened 2026-02-28 21:15:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4841
Author: @jfdoming
Created: 4/18/2025
Status: Closed

Base: jfdoming/vitestHead: jfdoming/vitest-2


📝 Commits (6)

📊 Changes

20 files changed (+709 additions, -148 deletions)

View changed files

📝 eslint.config.mjs (+30 -0)
packages/crdt/jest.config.js (+0 -6)
📝 packages/crdt/package.json (+3 -6)
📝 packages/crdt/src/crdt/__snapshots__/merkle.test.ts.snap (+4 -4)
📝 packages/loot-core/src/server/encryption/encryption-internals.ts (+0 -4)
📝 packages/loot-core/src/server/encryption/encryption-internals.web.ts (+4 -15)
packages/sync-server/jest.config.json (+0 -19)
packages/sync-server/jest.global-teardown.js (+0 -6)
📝 packages/sync-server/package.json (+4 -4)
📝 packages/sync-server/src/app-gocardless/banks/tests/integration_bank.spec.js (+1 -3)
📝 packages/sync-server/src/app-gocardless/banks/tests/spk_marburg_biedenkopf_heladef1mar.spec.js (+2 -3)
📝 packages/sync-server/src/app-gocardless/banks/tests/ssk_dusseldorf_dussdeddxxx.spec.js (+1 -3)
📝 packages/sync-server/src/app-gocardless/services/tests/gocardless-service.spec.js (+58 -58)
📝 packages/sync-server/src/app-sync/tests/services/files-service.test.js (+3 -6)
📝 packages/sync-server/tsconfig.json (+2 -1)
packages/sync-server/vitest.config.ts (+18 -0)
📝 packages/sync-server/vitest.globalSetup.js (+5 -2)
upcoming-release-notes/4840.md (+6 -0)
upcoming-release-notes/4841.md (+6 -0)
📝 yarn.lock (+562 -8)

📄 Description

Follow-up PR to https://github.com/actualbudget/actual/pull/4840


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/4841 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 4/18/2025 **Status:** ❌ Closed **Base:** `jfdoming/vitest` ← **Head:** `jfdoming/vitest-2` --- ### 📝 Commits (6) - [`13f49f3`](https://github.com/actualbudget/actual/commit/13f49f30b9ac52c207083cea7da757a62564e8ce) Move sync-server to vitest - [`174306b`](https://github.com/actualbudget/actual/commit/174306b5a8f830b1fcd8010ac2bcf6a1faddf60a) Add release notes - [`7fc2ba4`](https://github.com/actualbudget/actual/commit/7fc2ba42ae6cb1b0ae30f545834924669489eb71) Add comment - [`bb8d399`](https://github.com/actualbudget/actual/commit/bb8d399a955cad6bdd1ee57900ec3f8f99546378) Remove extraneous console.log - [`c099f11`](https://github.com/actualbudget/actual/commit/c099f118c983a3c8d739459f8a3c4f288cbb2779) Move crdt to vitest - [`df0cbe2`](https://github.com/actualbudget/actual/commit/df0cbe2179a4bae8c524a8612fc16209a42e05c4) Add release notes ### 📊 Changes **20 files changed** (+709 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+30 -0) ➖ `packages/crdt/jest.config.js` (+0 -6) 📝 `packages/crdt/package.json` (+3 -6) 📝 `packages/crdt/src/crdt/__snapshots__/merkle.test.ts.snap` (+4 -4) 📝 `packages/loot-core/src/server/encryption/encryption-internals.ts` (+0 -4) 📝 `packages/loot-core/src/server/encryption/encryption-internals.web.ts` (+4 -15) ➖ `packages/sync-server/jest.config.json` (+0 -19) ➖ `packages/sync-server/jest.global-teardown.js` (+0 -6) 📝 `packages/sync-server/package.json` (+4 -4) 📝 `packages/sync-server/src/app-gocardless/banks/tests/integration_bank.spec.js` (+1 -3) 📝 `packages/sync-server/src/app-gocardless/banks/tests/spk_marburg_biedenkopf_heladef1mar.spec.js` (+2 -3) 📝 `packages/sync-server/src/app-gocardless/banks/tests/ssk_dusseldorf_dussdeddxxx.spec.js` (+1 -3) 📝 `packages/sync-server/src/app-gocardless/services/tests/gocardless-service.spec.js` (+58 -58) 📝 `packages/sync-server/src/app-sync/tests/services/files-service.test.js` (+3 -6) 📝 `packages/sync-server/tsconfig.json` (+2 -1) ➕ `packages/sync-server/vitest.config.ts` (+18 -0) 📝 `packages/sync-server/vitest.globalSetup.js` (+5 -2) ➕ `upcoming-release-notes/4840.md` (+6 -0) ➕ `upcoming-release-notes/4841.md` (+6 -0) 📝 `yarn.lock` (+562 -8) </details> ### 📄 Description Follow-up PR to https://github.com/actualbudget/actual/pull/4840 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:15:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5617