mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
* test: add more case for list * feat: allow order by associations in sorting * fix: add more utils test in resourcer and fix except usage * test: fix cases * fix: page default value and max page size * fix: page params and cases * fix: list params * fix: constants in list action * fix: count when include, attributes when except and cases * test: add case for hasMany.
Development
Install Dependencies
# Install dependencies for root project
npm i
# Install dependencies for sub packages via lerna
npm run bootstrap
Set Environment Variables
cp .env.example .env
Test
# For all packages
npm test
# For specific package
npm test packages/<name>
Description
Languages
TypeScript
98.8%
JavaScript
1.1%