tachybase_todo/packages/database/src/__tests__
Junyi 3e75bbe6c3
Feature field for set default (#49)
* feat: add AsDefault field type

* fix: association definition in test case

* fix: logic of field as default in bulkCreate

* fix: change to asDefault field

* refactor: rename to radio and move unit test cases back to database package

* change to radio

Co-authored-by: chenos <chenlinxh@gmail.com>
2020-12-28 23:13:17 +08:00
..
fields Feature field for set default (#49) 2020-12-28 23:13:17 +08:00
model Feature: custom operators for querying (#48) 2020-12-28 21:08:13 +08:00
utils Feature: custom operators for querying (#48) 2020-12-28 21:08:13 +08:00
associations.test.ts refactor: change the field type names to uppercase 2020-12-10 14:47:13 +08:00
database.test.ts add hooks for database 2020-12-15 20:16:55 +08:00
hooks.test.ts Feature/sort (#36) 2020-12-11 15:41:03 +08:00
index.ts test: add hook test cases 2020-12-10 10:12:27 +08:00
op.test.ts Feature: custom operators for querying (#48) 2020-12-28 21:08:13 +08:00
subfields.test.ts feat: add sub fields for the relation field 2020-12-16 10:17:30 +08:00
sync.test.ts test: refactor test in database and add more (#17) 2020-11-19 23:30:30 +08:00
tables.test.ts Test/ci (#31) 2020-12-05 09:27:24 +08:00