Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: migrate project to Vitest #3196

Merged
merged 54 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
71e1b13
chore: update dependencies and make them consistent
Lodin Jan 24, 2025
d6652c9
fix(file-router): fix import
Lodin Jan 26, 2025
fd0b2b9
chore: move all dev dependencies to the root package.json
Lodin Jan 26, 2025
e0fb800
chore: remove react overrides from root
Lodin Jan 26, 2025
035cac4
chore: rename all eslintrc files to ".eslintrc.json"
Lodin Jan 26, 2025
ebb9496
test(file-router): fix undefined property issue in test
Lodin Jan 26, 2025
cbaa45f
style: fix Eslint issues
Lodin Jan 26, 2025
adfde4b
style: fix Eslint issues [2]
Lodin Jan 26, 2025
9b78fc2
style: fix Eslint issues [3]
Lodin Jan 26, 2025
513ec97
style: fix Eslint issues [4]
Lodin Jan 27, 2025
768702a
test(frontend): fix FetchMock
Lodin Jan 27, 2025
6901663
test(react-i18n): fix FetchMock
Lodin Jan 27, 2025
10b5c0a
test(react-i18n): fix FetchMock [2]
Lodin Jan 27, 2025
d359cc9
test(react-i18n): fix FetchMock [3]
Lodin Jan 27, 2025
1b47662
test(react-i18n): fix FetchMock [4]
Lodin Jan 28, 2025
7f4f150
chore: update deps
Lodin Jan 29, 2025
f0b8ae7
chore: set optimizeDeps.force to true to get reproducible test failures
Lodin Jan 29, 2025
bdd356a
test: fix Vite optimization failure
Lodin Jan 30, 2025
75469d7
chore: return "define" option back
Lodin Jan 30, 2025
e9b4375
chore: add Web Test Runner warmup as well
Lodin Jan 30, 2025
de26e77
test(IT): use Fragment to wrap signals due to more strict typings
Lodin Jan 30, 2025
4f02554
Merge branch "main" into "chore/update-deps"
Lodin Jan 30, 2025
ed0133d
test(IT): fix gradle tests
Lodin Jan 30, 2025
a682e32
style(generator-plugin-signals): format
Lodin Jan 30, 2025
a5eac9a
refactor(react-crud): get generic T back
Lodin Jan 31, 2025
ea2b2cf
refactor: add Vitest to file-router & frontend packages
Lodin Jan 31, 2025
a1515f0
Merge branch 'main' into test/vitest-migration
Lodin Jan 31, 2025
6bc5fb3
refactor(generator-cli): use Vitest
Lodin Jan 31, 2025
acff4a3
refactor(generator-core): use Vitest
Lodin Jan 31, 2025
c3cf46e
refactor(generator-plugin-backbone): use Vitest
Lodin Jan 31, 2025
edf1654
refactor(generator-plugin-barrel): use Vitest
Lodin Jan 31, 2025
b5365e2
refactor(generator-plugin-client): use Vitest
Lodin Jan 31, 2025
4ab445c
refactor(generator-plugin-model): use Vitest
Lodin Jan 31, 2025
92dbcd3
refactor(generator-plugin-push): use Vitest
Lodin Jan 31, 2025
9ec85db
refactor(generator-plugin-signals): use Vitest
Lodin Jan 31, 2025
7c53640
refactor(generator-utils): use Vitest
Lodin Jan 31, 2025
d75f842
refactor(generator-plugin-subtypes): use Vitest
Lodin Jan 31, 2025
82a5bf0
refactor(lit-form): use Vitest + update decorators
Lodin Jan 31, 2025
e274465
refactor(models): use Vitest
Lodin Jan 31, 2025
35afe2f
refactor(react-auth): use Vitest
Lodin Jan 31, 2025
0038c13
refactor(react-crud): use Vitest
Lodin Feb 1, 2025
51662de
chore: skip Playwright browser download in CI
Lodin Feb 1, 2025
131b60a
refactor(react-form): use Vitest
Lodin Feb 1, 2025
745287c
refactor(react-crud): disable test failures if an error is thrown
Lodin Feb 1, 2025
7b19400
refactor(react-i18n): use Vitest
Lodin Feb 1, 2025
9171c8e
fix(frontend): change type usage for a proper type import generation
Lodin Feb 1, 2025
1cd5d1a
fix(react-i18n): add cleanup for tests
Lodin Feb 1, 2025
6a561f1
fix(react-signals): use Vitest
Lodin Feb 1, 2025
874ca9d
chore: remove unnecessary files
Lodin Feb 1, 2025
fd194a8
chore: ignore snap files in NX graph
Lodin Feb 1, 2025
7a9a309
chore(react-crud): fix broken import
Lodin Feb 1, 2025
b9e7eb0
Merge branch 'main' into test/vitest-migration
Lodin Feb 1, 2025
1eb33e3
style(react-crud): fix
Lodin Feb 1, 2025
3cfabc0
chore(IT): fix some unexpected changes
Lodin Feb 1, 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
Prev Previous commit
Next Next commit
chore: update deps
  • Loading branch information
Lodin committed Jan 29, 2025
commit 7f4f15028a3db752f2aa22066a3abaef6fcbbf84
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
git-tag-version=false
prefer-dedupe=true
save-exact=true
Loading