77e0ab1750
[Backport staging] Cachebust languages.json ( #34711 )
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2026-08-18 12:23:40 +01:00
Michael Telatynski and GitHub
27906ce6e7
Migrate more tests to vitest ( #34355 )
...
* Remove doubled-up I18n Provider. ModalManager already provides this.
* Reconfigure svgr into a vite-friendly `?react` resource query
* Move InviteDialog test to vitest
* Move RoomHeader tests to Vitest
* Share serializer between Jest & Vitest
* Attempt to stabilise InviteDialog test
* Fix async leaks
* Migrate more tests to vitest
* Migrate MatrixChat test to vitest
* Deflake
* Iterate
* Iterate
* Iterate
2026-07-30 09:11:29 +00:00
2430e0ab8b
Move some of the slowest tests from jest to vitest ( #34277 )
...
* Remove doubled-up I18n Provider. ModalManager already provides this.
* Reconfigure svgr into a vite-friendly `?react` resource query
* Move InviteDialog test to vitest
* Move RoomHeader tests to Vitest
* Share serializer between Jest & Vitest
* Attempt to stabilise InviteDialog test
* Fix async leaks
* Iterate based on copilot review
* Fix InviteDialog throttle
* Iterate
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Fix lockfile
* Iterate
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-22 13:18:04 +00:00
Michael Telatynski and GitHub
30c02ab5d7
Migrate batch of tests to vitest ( #34121 )
...
* Migrate batch of tests tro vitest
* Iterate
* Migrate another test
* Migrate batch of tests to vitest
* Iterate
2026-07-07 09:40:22 +00:00
Michael Telatynski and GitHub
d5164acb50
Migrate batch of tests to vitest ( #34111 )
...
* Migrate batch of tests tro vitest
* Iterate
* Migrate another test
* Fix lockfile
2026-07-06 14:10:50 +00:00
Michael Telatynski and GitHub
275ea25eca
Migrate batch of tests to vitest ( #34106 )
...
* Migrate autocomplete tests to vitest
* Migrate utils/beacon tests to vitest
* Migrate utils/device tests to vitest
* Migrate utils/crypto tests to vitest
* Migrate utils/localRoom tests to vitest
* Migrate notifications tests to vitest
* Fix types
* Make jest test happy
* Make sonar happier
2026-07-03 10:10:04 +00:00
Michael Telatynski and GitHub
f9b97be1d7
Refactor languageHandler to avoid import cycles ( #33948 )
...
* Refactor languageHandler to avoid import cycles
Also move its tests to vitest
* Small refactor
* Iterate
* Iterate
2026-06-24 09:49:49 +00:00
Michael Telatynski and GitHub
45234b9c94
Migrate more jest tests to vitest ( #33898 )
...
* Migrate more jest tests to vitest
* Fix jest config
* Fix jest config
* Make remaining jest tests type-happy
2026-06-19 15:34:18 +00:00
Michael Telatynski
b8509d249b
Fixup paths
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2026-02-24 21:27:03 +00:00
Michael Telatynski
91a3cb03c1
mv element.io @types __mocks__/ debian docker module_system/ playwright res src test webapp Dockerfile .dockerignore .eslintignore .stylelintrc.cjs babel.config.cjs recorder-worklet-loader.cjs .modernizr.json components.json config.json config.sample.json package.json project.json tsconfig.json tsconfig.module_system.json jest.config.ts playwright.config.ts webpack.config.ts build_config.sample.yaml apps/web/
...
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2026-02-24 15:43:58 +00:00