Files
directus/tests
Pascal Jufer acd41eb0be Syntax fixes (#5367)
* Declare return types on functions

And a very few other type related minor fixes

* Minor syntax fixes

* Remove unnecessary escape chars in regexes
* Remove unnecessary awaits
* Replace deprecated req.connection with req.socket
* Replace deprecated upload with uploadOne
* Remove unnecessary eslint-disable-next-line comments
* Comment empty functions / catch or finally clauses
* Fix irregular whitespaces
* Add missing returns (null)
* Remove unreachable code
* A few logical fixes
* Remove / Handle non-null assertions which are certainly unnecessary (e.g. in
tests)
2021-04-29 12:11:43 -04:00
..
2021-04-16 16:53:28 -04:00
2021-04-29 12:11:43 -04:00
2021-04-16 16:53:28 -04:00
2021-04-16 16:53:28 -04:00
2021-04-16 16:53:28 -04:00
2021-04-16 16:53:28 -04:00
2021-04-16 16:53:28 -04:00
2021-04-16 16:53:28 -04:00
2021-04-16 16:53:28 -04:00

End-to-End (e2e) Tests

This folder contains the end-to-end tests to go over the whole suite. Unit/integration tests per package can be found in the individual packages.