From 7413a3e90f220a18d98bad9cc797435f80088067 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 29 Jul 2024 16:03:21 -0500 Subject: [PATCH] Remove state inspector causing crashes on mac --- tests/testthat/helper.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/testthat/helper.R b/tests/testthat/helper.R index a90b3cb..b8f6cdc 100644 --- a/tests/testthat/helper.R +++ b/tests/testthat/helper.R @@ -1,7 +1,3 @@ -set_state_inspector(function() { - dir(".") -}) - expect_no_output <- function(...) { testthat::expect_output(..., regexp = NA) }