-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/ping route #135
Feat/ping route #135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
eslint
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(infra_store.is_captcha_validated).toBeBoolean() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(infra_store.is_connexion_launched).toBeBoolean() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(infra_store.is_cloud).toBeBoolean() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(infra_store.is_cloud).toBeString() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'use_infra_store' is not defined.
const infra_store = use_infra_store() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'use_viewer_store' is not defined.
const viewer_store = use_viewer_store() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(viewer_store.default_local_port).toBeString() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(viewer_store.client).toEqualTypeOf({}) |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(viewer_store.is_running).toBeBoolean() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(viewer_store.picking_mode).toBeBoolean() |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(viewer_store.picked_point).toEqualTypeOf({ |
🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.
expectTypeOf(viewer_store.picked_point).toBeNumber() |
🎉 This PR is included in version 9.0.0-rc.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 9.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.