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
The index file is using the 'started' event but is conditionally emitted in the server.js file. This doesn't run when running a test using mocha, in which case would not run loopback-component-realtime during testing and causing an error when creating the model.
I suggest just changing the 'started' listener to 'booted' listener.
The text was updated successfully, but these errors were encountered:
The index file is using the 'started' event but is conditionally emitted in the server.js file. This doesn't run when running a test using mocha, in which case would not run loopback-component-realtime during testing and causing an error when creating the model.
I suggest just changing the 'started' listener to 'booted' listener.
The text was updated successfully, but these errors were encountered: