Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
eb40a1e
Initial plan
Copilot Jul 27, 2025
a6a90be
Replace Jest with Vitest dependencies and configuration
Copilot Jul 27, 2025
2ca1928
Update test files to use Vitest API and create working configuration
Copilot Jul 27, 2025
48c80dd
Complete Jest to Vitest migration with final configuration and docume…
Copilot Jul 27, 2025
fa7e37d
Update lockfile
RichDom2185 Jul 27, 2025
ecde3b4
Reformat files
RichDom2185 Jul 27, 2025
008ba16
Fix test config
RichDom2185 Jul 27, 2025
1ea160f
Remove old jest config
RichDom2185 Jul 27, 2025
be108af
Update dependencies
RichDom2185 Jul 27, 2025
aeb0665
Resolve import inconsistency
RichDom2185 Jul 27, 2025
5477538
Deduplicate dependencies
RichDom2185 Jul 27, 2025
5953417
Rename test files
RichDom2185 Jul 27, 2025
c17daed
Rename snapshots
RichDom2185 Jul 27, 2025
39a0d47
Update some test snapshots
RichDom2185 Jul 27, 2025
22114e2
Update more test snapshots
RichDom2185 Jul 27, 2025
10fe64d
Move past fixes to test setup
RichDom2185 Jul 27, 2025
bb636b1
Remove unnecessary reference types
RichDom2185 Jul 27, 2025
9f109ef
Fix some tests
RichDom2185 Jul 27, 2025
9e07a15
Update remaining snapshots
RichDom2185 Jul 27, 2025
1cf6e5c
Fix more tests
RichDom2185 Jul 27, 2025
dcc4f86
Fix navigation bar tests
RichDom2185 Jul 27, 2025
9210454
Fix some type errors
RichDom2185 Jul 27, 2025
04d6c27
Fix more type errors
RichDom2185 Jul 27, 2025
b9920f5
Update test snapshot
RichDom2185 Jul 27, 2025
83035c6
Update scripts
RichDom2185 Jul 27, 2025
50b75e8
Fix more tests
RichDom2185 Jul 27, 2025
002ed03
Reformat files
RichDom2185 Jul 27, 2025
b4dea5c
Remove double test suffix
RichDom2185 Jul 27, 2025
311bd36
Fix version
RichDom2185 Jul 27, 2025
8a05c15
Prevent opening browser UI on test launch
RichDom2185 Jul 27, 2025
4256067
Fail test early on CI
RichDom2185 Jul 27, 2025
4b817ff
Fix remaining errors
RichDom2185 Jul 27, 2025
bf75c60
Fix more tests and snapshots
RichDom2185 Jul 27, 2025
0a65a36
Fix ESLint issues
RichDom2185 Jul 27, 2025
6a20644
Configure i18next for tests
RichDom2185 Jul 27, 2025
2638e41
Fix coverage generation
RichDom2185 Jul 28, 2025
1be229b
Remove comment
RichDom2185 Jul 28, 2025
34e5020
Resolve imports
RichDom2185 Jul 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
commands: [tsc, 'format:ci', eslint, build, test, test-coveralls]
commands: [tsc, 'format:ci', eslint, build, 'test --bail=1', test-coveralls]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down