From f0f5363799fc7172b8016cee0d2cb5a22774b232 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Fri, 23 Sep 2022 08:42:32 +0200 Subject: [PATCH] Update testthat.R --- tests/testthat.R | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/testthat.R b/tests/testthat.R index 484cc9c1e..37d030433 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,3 +1,10 @@ +# This file is part of the standard setup for testthat. +# It is recommended that you do not modify it. +# +# Where should you do additional test configuration? +# +# * https://r-pkgs.org/tests.html +# * https://testthat.r-lib.org/reference/test_package.html#special-files library(testthat) library(datawizard)