mirror of
https://github.com/directus/directus.git
synced 2026-01-23 08:47:55 -05:00
* get many m2o, create many m2o, expand seedTable() * get many error handling * added artists_events relation * test for artists_events relations * test for getOne m2m * get many artists_events * create one many-to-many * updated createMany() for join tables * create many artists_events * tests for update one many to many * removed stray "only" * update many many to many * improved update many * tests for delete one artists_events * delete many many to many tests * update one + delete one with no relations * removed only * delete many artists with no relations
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.
The schema can be viewed at ./api/schema.png.
Geometry types have not been added yet.