mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Test changes
This commit is contained in:
@@ -205,6 +205,11 @@ testModule <- function(module, expr, args, ...) {
|
||||
session$flush()
|
||||
}
|
||||
|
||||
session$scheduleTask <- function(millis, callback){
|
||||
browser()
|
||||
scheduleTask(millis, callback)
|
||||
}
|
||||
|
||||
session$reactlog <- function(logEntry){} # TODO: Needed for mock?
|
||||
session$incrementBusyCount <- function(){} # TODO: Needed for mock?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user