cd0b357887
* 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. |
||
---|---|---|
packages | ||
.editorconfig | ||
.env.example | ||
.eslintrc | ||
.fatherrc.ts | ||
.gitignore | ||
docker-compose.yml | ||
dotenv.js | ||
jest.config.js | ||
lerna.json | ||
nodemon.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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>