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
New manner for testing the contents of `message`
when unit testing methods that use `sendInputMessage`.
Similar methods should be implemented for session$sendCustomMessage and session$sendBinaryMessage.
Copy file name to clipboardExpand all lines: NEWS.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
13
13
*`Map` objects are now initialized at load time instead of build time. This avoids potential problems that could arise from storing `fastmap` objects into the built Shiny package. (#3775)
14
14
15
+
* Added methods to `mock-session` for verifying that specific calls to `session$sendInputMessage` were performed; see `verifyInputMessage`. Fully supports unit testing with the `testthat`-package, but does not require it.
16
+
15
17
### Bug fixes
16
18
17
19
* Fixed #3771: Sometimes the error `ion.rangeSlider.min.js: i.stopPropagation is not a function` would appear in the JavaScript console. (#3772)
0 commit comments