Skip to content

Commit da9808d

Browse files
committed
Remove extra snapshot test
1 parent 9f419fd commit da9808d

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

tests/testthat/_snaps/navbar.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@
3333
aria-label: GitLab
3434

3535

36-
---
37-
38-
reference:
39-
text: Reference
40-
href: reference/index.html
41-
search:
42-
search: []
43-
github:
44-
icon: fas fa-code fa-lg
45-
href: https://codeberg.org/r-lib/pkgdown
46-
aria-label: Codeberg
47-
48-
4936
# vignette with package name turns into getting started
5037

5138
reference:

tests/testthat/test-navbar.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ test_that("adds github/gitlab/codeberg link when available", {
77

88
pkg <- pkg_navbar(github_url = "https://gitlab.com/r-lib/pkgdown")
99
expect_snapshot_output(navbar_components(pkg))
10-
11-
pkg <- pkg_navbar(github_url = "https://codeberg.org/r-lib/pkgdown")
12-
expect_snapshot_output(navbar_components(pkg))
1310
})
1411

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

0 commit comments

Comments
 (0)