Commit Graph

32 Commits (ab3639f7eb2fc09616322c561574442e9cb2100d)

Author SHA1 Message Date
Michael Telatynski f659c47a61
Update loading-test.tsx 2023-09-06 18:14:38 +01:00
Michael Telatynski c525b633bd
Migrate translations to keys and switch to Localazy () 2023-09-05 17:17:25 +01:00
maheichyk 3fd6b62254
Add support for rendering a custom wrapper around Element ()
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-08-30 07:52:41 +01:00
Michael Telatynski 017fbb3793
Remove redundant `makeRegistrationUrl` prop () 2023-08-15 16:18:55 +01:00
Michael Telatynski 7351c722be
Fix tests for Matrix v1.1 requirement () 2023-08-14 09:07:43 +01:00
Kerry e68583a6e2
Test: don't unmount `MatrixChat` before setup is finished () 2023-07-17 08:50:13 +12:00
Michael Telatynski 0299aef79d
Conform more of the codebase to strictNullChecks & noImplicitAny () 2023-06-28 15:09:36 +01:00
Andy Balaam 1fb03c82fe
Ensure we actually wait for the login form to appear in loading-test () 2023-05-05 12:53:12 +01:00
Andy Balaam f00c742ebc
Wait for login screen to appear in loading-test () 2023-05-05 11:56:35 +01:00
Michael Telatynski a722b71b6c
Remove unused property () 2023-04-28 10:07:48 +01:00
Michael Telatynski f5b8bccb65
Conform more of the codebase with `noImplicitAny` and `strictNullChecks` (
* Conform more of the codebase with `noImplicitAny` and `strictNullChecks`

* Fix tests

* Update src/vector/app.tsx
2023-04-25 09:36:17 +01:00
renovate[bot] 1ebe574ab1
Update dependency typescript to v5 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-04-06 13:17:51 +01:00
Kerry f033becebb
remove makeType utility from loading-test () 2023-03-28 09:01:33 +13:00
Travis Ralston 805c90ade7
Use Identity Server v2 API for tests () 2023-01-03 00:59:00 -07:00
Michael Weimann 7921a6cbf8
Apply prettier formatting 2022-12-09 13:28:29 +01:00
Michael Weimann cbf5c43ae7
Update to eslint-plugin-matrix-org 0.8 ()
* Update to eslint-plugin-matrix-org 0.8

* Exclude some eslint rules for specs

* Fix eslint tests path
2022-11-23 16:24:36 +00:00
Michael Telatynski 172f2f3993
Fix tests and convert to RTL () 2022-10-13 09:22:34 +01:00
Michael Telatynski 2ef6abbfb8
Move from `browser-request` to `fetch` () 2022-10-12 18:59:10 +01:00
Michael Weimann ecda0a1073
Adapt to new ValidatedServerConfig location () 2022-07-14 15:04:32 +02:00
Travis Ralston e1f9e9a8f8 Step 8.1: Remove skin-sdk.js 2022-03-28 13:02:50 -06:00
Travis Ralston 1bbecdff6c Step 3.1: Stop using `getComponent` in tests 2022-03-28 13:02:50 -06:00
Germain f149f9a9ad
Add mock to /versions API endpoint () 2022-03-11 09:04:41 +00:00
Michael Telatynski 240c3be014
Mandate use of js-sdk/src/matrix import over js-sdk/src () 2022-03-01 19:26:22 +00:00
Michael Telatynski 9115fb7509
Expect /capabilities after startClient in app tests () 2022-01-18 09:55:56 +00:00
Germain 8a9f677a76
Fix app tests for new startClient method () 2022-01-11 12:58:55 +00:00
Dariusz Niemczyk 4efa0b215f
Add typescript support and fix tests after threads work ()
* Typescriptify tests
* Fix tests after threads work
* Add proper types for jest
2021-10-01 15:48:57 +01:00
Dariusz Niemczyk fe9d0189a0
Revert "Typescriptify tests"
This reverts commit 2a4dcd1267.
2021-10-01 15:41:32 +02:00
Dariusz Niemczyk e15d27b316
Revert "Fix loading-test"
This reverts commit 155d80b3fa.
2021-10-01 15:41:25 +02:00
Dariusz Niemczyk 935f95fcde
Revert "Fix typescript errors"
This reverts commit 37a0957285.
2021-10-01 15:41:22 +02:00
Dariusz Niemczyk 37a0957285
Fix typescript errors 2021-10-01 15:22:46 +02:00
Dariusz Niemczyk 155d80b3fa
Fix loading-test 2021-10-01 15:18:50 +02:00
Dariusz Niemczyk 2a4dcd1267
Typescriptify tests 2021-10-01 14:56:07 +02:00