Skip to content

Conversation

jfdoming
Copy link
Member

As it says on the tin. I know we got stuck in the previous attempt in #4212, but I'd really like to pick this up again and try to make incremental progress if that's at all possible. The biggest repository change since last time is the sync-server migration, so I'm hoping to knock it out first.

@actual-github-bot actual-github-bot bot changed the title Move sync-server to vitest [WIP] Move sync-server to vitest Apr 18, 2025
Copy link

netlify bot commented Apr 18, 2025

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit 60a1b76
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/68046395d0758b00087e8e24
😎 Deploy Preview https://deploy-preview-4840.demo.actualbudget.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

const swap = (a, b) => {
const swap = normalizeTransactions[a];
normalizeTransactions[a] = normalizeTransactions[b];
normalizeTransactions[b] = swap;
};
swap(1, 4);
swap(3, 6);
swap(0, 7);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how this test was passing before, as all these indices are out of range. Changed them to in-range

@jfdoming jfdoming changed the title [WIP] Move sync-server to vitest Move sync-server to vitest Apr 18, 2025

This comment was marked as resolved.

coderabbitai[bot]

This comment was marked as resolved.

MikesGlitch
MikesGlitch previously approved these changes Apr 19, 2025
Copy link
Member

@MikesGlitch MikesGlitch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet

@jfdoming jfdoming merged commit d027adc into master Apr 20, 2025
23 checks passed
@jfdoming jfdoming deleted the jfdoming/vitest branch April 20, 2025 03:43
@jfdoming jfdoming mentioned this pull request Apr 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants