Source: PR #278 review (round 1)
Severity: LOW
File: tests/testthat/test-cost-tracking.R:2
library(shiny) was added but other test files that test Shiny tag output don't explicitly load it. Should be in a shared test helper or removed if already loaded by the test harness.
Suggested fix: Check if a tests/testthat/helper-*.R loads Shiny globally; if so, remove the explicit call. Otherwise add to shared helper.
Source: PR #278 review (round 1)
Severity: LOW
File:
tests/testthat/test-cost-tracking.R:2library(shiny)was added but other test files that test Shiny tag output don't explicitly load it. Should be in a shared test helper or removed if already loaded by the test harness.Suggested fix: Check if a
tests/testthat/helper-*.Rloads Shiny globally; if so, remove the explicit call. Otherwise add to shared helper.