Files
wehub-resource-sync 5357c39144
Race tests / Go race tests (ubuntu-22.04) (push) Waiting to run
Fuzzer / Run Fuzzer (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:01:40 +08:00
..

Mikro-ORM Smoke Test

The index.ts file is the main entry point and will insert a new record into the database, then load it, print success, and exit with a zero exit code. If any errors are encountered, they are logged, and the process exits with a non-zero exit code.

To run this smoke test project:

  1. Run npm install command
  2. Run npm start command