Skip to content

Commit

Permalink
Remove extra snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Jan 27, 2025
1 parent 9f419fd commit da9808d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions tests/testthat/_snaps/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@
aria-label: GitLab


---

reference:
text: Reference
href: reference/index.html
search:
search: []
github:
icon: fas fa-code fa-lg
href: https://codeberg.org/r-lib/pkgdown
aria-label: Codeberg


# vignette with package name turns into getting started

reference:
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test-navbar.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ test_that("adds github/gitlab/codeberg link when available", {

pkg <- pkg_navbar(github_url = "https://gitlab.com/r-lib/pkgdown")
expect_snapshot_output(navbar_components(pkg))

pkg <- pkg_navbar(github_url = "https://codeberg.org/r-lib/pkgdown")
expect_snapshot_output(navbar_components(pkg))
})

test_that("vignette with package name turns into getting started", {
Expand Down

0 comments on commit da9808d

Please sign in to comment.