Junyi b0ba1472bb
Test cases for database (#16)
* fix: remove unused import

* fix: use env instead of hard code for create database instance

* refactor: change most "all" hook to "each" hook

* refactor: split test suits into files

* add: use DB_LOG_SQL in env to control SQL in log

* add: test for logical operator and fixes
2020-11-18 10:35:37 +08:00
2020-11-18 10:35:37 +08:00
2020-11-11 15:23:39 +08:00
2020-11-18 10:35:37 +08:00
2020-11-11 15:23:39 +08:00
2020-11-11 15:23:39 +08:00
2020-11-11 15:23:39 +08:00
2020-11-11 15:23:39 +08:00
2020-10-24 15:34:43 +08:00
2020-11-11 15:23:39 +08:00
2020-11-11 15:23:39 +08:00
2020-11-11 15:23:39 +08:00
2020-11-11 15:23:39 +08:00
2020-11-11 15:23:39 +08:00

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
可私有化的开源低代码应用
Readme 147 MiB
Languages
TypeScript 98.8%
JavaScript 1.1%