{"id":19623623,"url":"https://github.com/flowcore-io/library-testing-microservice-ts","last_synced_at":"2025-06-12T14:09:02.339Z","repository":{"id":65330913,"uuid":"583692946","full_name":"flowcore-io/library-testing-microservice-ts","owner":"flowcore-io","description":"Testing library for facilitating tests for the @flowcore/microservice modules","archived":false,"fork":false,"pushed_at":"2023-02-06T17:03:43.000Z","size":158,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T04:10:56.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowcore-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-30T15:40:52.000Z","updated_at":"2023-01-03T17:17:38.000Z","dependencies_parsed_at":"2023-02-19T10:16:17.601Z","dependency_job_id":null,"html_url":"https://github.com/flowcore-io/library-testing-microservice-ts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/flowcore-io/library-testing-microservice-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Flibrary-testing-microservice-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Flibrary-testing-microservice-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Flibrary-testing-microservice-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Flibrary-testing-microservice-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowcore-io","download_url":"https://codeload.github.com/flowcore-io/library-testing-microservice-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Flibrary-testing-microservice-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259479617,"owners_count":22864363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T11:34:57.039Z","updated_at":"2025-06-12T14:09:02.309Z","avatar_url":"https://github.com/flowcore-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build](https://github.com/flowcore-io/library-testing-microservice-ts/actions/workflows/publish.yml/badge.svg)\n\n# Testing Microservice\n\nTesting library for facilitating tests for the @flowcore/microservice modules\n\n## Installation\n\ninstall with npm:\n\n```bash\nnpm install --save-dev @jbiskur/nestjs-test-utilities @flowcore/testing-microservice\n```\n\nor yarn:\n\n```bash\nyarn add @jbiskur/nestjs-test-utilities @flowcore/testing-microservice -D\n```\n\n## Usage\n\nto use the library you can use it with the `NestApplicationBuilder`\n\n```typescript\nimport {LoggerModulePlugin} from \"@flowcore/testing-microservice\";\n\n// .. when you initialize your test\napp = await new NestApplicationBuilder()\n  .withTestModule((testModule) =\u003e testModule.withModule(TestModule))\n  .with(LoggerModulePlugin)\n  .build();\n```\n\n## Development\n\n```bash\nyarn install\n```\n\nor with npm:\n\n```bash\nnpm install\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Flibrary-testing-microservice-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowcore-io%2Flibrary-testing-microservice-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Flibrary-testing-microservice-ts/lists"}