Fixed #48 #129
tests.yml
on: pull_request
Tests on Ubuntu
15s
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:
src/test/plugin.test.ts#L562
AssertionError: expected [ { id: 'userloggedin', …(1) } ] to have a length of 5 but got 1
- Expected
+ Received
- 5
+ 1
❯ src/test/plugin.test.ts:562:34
|
Tests on Windows
Process completed with exit code 1.
|