Skip to content

Redundant library(shiny) in test-cost-tracking.R #283

@seanthimons

Description

@seanthimons

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions