You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example project has tests for API in the application/domain/tests folder. Specifically two tests http.test.js and ws.test.js running the same test cases from api.js, e.g.
Describe the bug
Example project has tests for API in the
application/domain/tests
folder. Specifically two testshttp.test.js
andws.test.js
running the same test cases fromapi.js
, e.g.Example/application/domain/tests/api.js
Lines 11 to 14 in 2435b8e
It seems that
Call example.add({ a, b })
don't execute during test run.To Reproduce
npm t
Call example.add({ a, b })
test mentioning in the console logs despite thatMetacom over HTTP
andMetacom over Websocket
marked as passed.Additional context
OS: macOS 14.1.2
Node: 20.9.0
The text was updated successfully, but these errors were encountered: