Skip to content

Commit

Permalink
fix(test): re-add assert for widget view all
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jun 23, 2023
1 parent 64d6adb commit d5cdb3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ fn adds_prefix_with_package_managers() {
let layout = Layout::new(&config).unwrap();
let page = page::index_with_artifacts(&config, &layout);
assert!(page.contents.contains("<script src=\"/axo/artifacts.js\">"));
assert!(page
.contents
.contains(r#"href="/axo/artifacts/">View all installation options.</a>"#))
}

#[test]
Expand Down

0 comments on commit d5cdb3f

Please sign in to comment.