mirror of
https://github.com/directus/directus.git
synced 2026-01-30 02:27:56 -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
9 lines
262 B
Markdown
9 lines
262 B
Markdown
# 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.
|