@technicity/data-service-generator 0.12.0-next.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -44,3 +44,10 @@ async function main() {
44
44
  | port | No | 3306 \| 1433 | Database port. Defaults to 3306 for MySQL, 1433 for SQL Server. |
45
45
  | tables | No | | An array of database tables to process (allowlist). |
46
46
  | excludeTables | No | | An array of database tables to not process (denylist). |
47
+
48
+ ### Running Tests
49
+
50
+ - spin up test environment: `docker-compose up -d`
51
+ - run tests: `docker-compose exec test yarn test`
52
+
53
+ - `yarn test:prepare`