mirror of
https://github.com/directus/directus.git
synced 2026-01-27 21:58:02 -05:00
* added faker * added factories and tests * removed unnecessary factory * new schema * seedTable test * included all dbs in db relevant tests * json string for insert in dbs that aren't postgres * added organizer * polished up geometry types * added raw option to seedTable return * forgot await disonnect * createMany func with test * remove an only * createMany w/ options for relations and tests * tests for json field * removed an only * json support * factories working, ignore tests leaving for future
262 B
262 B
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.