Commit graph

3 commits

Author SHA1 Message Date
ivk
7ec57e1190 Merge api/client tests into a single entry point 2022-05-16 07:59:43 +02:00
ivk
2e93b24af2
Improve how models are generated
The idea is to reduce number of separate files and imports for them to
make it easier on compiler. Unfortunately so far the gains are not as
big as we hoped but this change can be a base towards reducing direct
dependency on typeModels to that we can avoid recompiling them.
Because of that we try to avoid importing them directly and
theoretically we could reduce it even more.
2022-04-25 15:50:51 +02:00
ivk
253441b9ac Convert codebase to Typescript, close #3746 close #3594
Co-authored-by: jom <jom@tutao.de>
Co-authored-by: thp <thp@tutao.de>
Co-authored-by: vis <vis@tutao.de>
2022-01-07 16:21:07 +01:00
Renamed from test/client/mail/MailModelTest.js (Browse further)