This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
Fixed #48 #132
tests.yml
on: pull_request
Tests on Ubuntu
18s
Tests on Windows
33s
Annotations
2 errors
src/test/plugin.test.ts > OpenAPI EventCatalog Plugin > service generation > services > all the endpoints in the OpenAPI spec are messages the service `receives`. If the version matches the latest the receives are persisted, any duplicated are removed:
src/test/plugin.test.ts#L593
AssertionError: expected [ { id: 'list-pets', …(1) }, …(1) ] to have a length of 4 but got 2
- Expected
+ Received
- 4
+ 2
❯ src/test/plugin.test.ts:593:34
|
Tests on Windows
Process completed with exit code 1.
|