[PR #4212] [CLOSED] [WIP] ♻️ moving test runners from jest to vitest #138758

Closed
opened 2026-06-19 04:59:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4212
Author: @MatissJanis
Created: 1/20/2025
Status: Closed

Base: masterHead: matiss/vitest


📝 Commits (4)

  • e60c813 ♻️ moving test runners from jest to vitest
  • 6334e52 More test patches
  • 0ed9b10 Make tests less verbose
  • 80e6492 Further silencing

📊 Changes

47 files changed (+1765 additions, -2608 deletions)

View changed files

📝 eslint.config.mjs (+11 -1)
📝 packages/api/__snapshots__/methods.test.ts.snap (+3 -3)
packages/api/jest.config.js (+0 -24)
📝 packages/api/methods.test.ts (+2 -3)
📝 packages/api/package.json (+4 -6)
packages/api/vitest.config.ts (+9 -0)
packages/crdt/jest.config.js (+0 -6)
📝 packages/crdt/package.json (+3 -6)
📝 packages/crdt/src/crdt/__snapshots__/merkle.test.ts.snap (+123 -123)
📝 packages/desktop-client/package.json (+1 -1)
📝 packages/desktop-client/vite.config.mts (+4 -0)
📝 packages/eslint-plugin-actual/package.json (+1 -1)
packages/loot-core/jest.config.js (+0 -25)
packages/loot-core/jest.web.config.js (+0 -22)
📝 packages/loot-core/package.json (+5 -7)
packages/loot-core/peg-transform.mjs (+0 -25)
📝 packages/loot-core/src/client/query-helpers.test.ts (+6 -3)
📝 packages/loot-core/src/mocks/setup.ts (+9 -5)
📝 packages/loot-core/src/platform/server/sqlite/index.web.test.ts (+4 -2)
📝 packages/loot-core/src/server/__snapshots__/backups.test.ts.snap (+29 -29)

...and 27 more files

📄 Description

Abandoned: https://github.com/actualbudget/actual/pull/4212#issuecomment-2605721465

Moving all remaining jest references to vitest.


🔄 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/4212 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/20/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `matiss/vitest` --- ### 📝 Commits (4) - [`e60c813`](https://github.com/actualbudget/actual/commit/e60c8138ba7926bd32aecabe2151a8a2a3045559) :recycle: moving test runners from jest to vitest - [`6334e52`](https://github.com/actualbudget/actual/commit/6334e52143091a803a5d3f99ff06c66e022b6473) More test patches - [`0ed9b10`](https://github.com/actualbudget/actual/commit/0ed9b10101f9f614e7fce68d603200c7ef9d1e63) Make tests less verbose - [`80e6492`](https://github.com/actualbudget/actual/commit/80e64925af6a0a5e8415140a27757f80ab554860) Further silencing ### 📊 Changes **47 files changed** (+1765 additions, -2608 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+11 -1) 📝 `packages/api/__snapshots__/methods.test.ts.snap` (+3 -3) ➖ `packages/api/jest.config.js` (+0 -24) 📝 `packages/api/methods.test.ts` (+2 -3) 📝 `packages/api/package.json` (+4 -6) ➕ `packages/api/vitest.config.ts` (+9 -0) ➖ `packages/crdt/jest.config.js` (+0 -6) 📝 `packages/crdt/package.json` (+3 -6) 📝 `packages/crdt/src/crdt/__snapshots__/merkle.test.ts.snap` (+123 -123) 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `packages/desktop-client/vite.config.mts` (+4 -0) 📝 `packages/eslint-plugin-actual/package.json` (+1 -1) ➖ `packages/loot-core/jest.config.js` (+0 -25) ➖ `packages/loot-core/jest.web.config.js` (+0 -22) 📝 `packages/loot-core/package.json` (+5 -7) ➖ `packages/loot-core/peg-transform.mjs` (+0 -25) 📝 `packages/loot-core/src/client/query-helpers.test.ts` (+6 -3) 📝 `packages/loot-core/src/mocks/setup.ts` (+9 -5) 📝 `packages/loot-core/src/platform/server/sqlite/index.web.test.ts` (+4 -2) 📝 `packages/loot-core/src/server/__snapshots__/backups.test.ts.snap` (+29 -29) _...and 27 more files_ </details> ### 📄 Description Abandoned: https://github.com/actualbudget/actual/pull/4212#issuecomment-2605721465 Moving all remaining jest references to vitest. --- <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-06-19 04:59:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#138758