link-stack/apps/metamigo-cli/jest.config.json
Abel Luck 696ba16cb7 metamigo-api: runs in docker now
* great typescript module import refactor
* refactor metamigo-cli so it is the entrypoint for the db, api, and
  worker
2023-06-02 15:26:30 +00:00

4 lines
No EOL
83 B
JSON

{
"preset": "jest-config-link",
"setupFiles": ["<rootDir>/src/setup.test.ts"]
}