Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmweisz committed Dec 17, 2024
1 parent 639455b commit 329b623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Template.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ describe("button configuration renders correctly", () => {
});
expect(html).not.toMatch(/DS Logon/);
expect(html).not.toMatch(/My HealtheVet/);
expect(html).not.toMatch(/<title>Login.gov<\/title>/);
});

test("does render element", async () => {
Expand All @@ -27,5 +28,6 @@ describe("button configuration renders correctly", () => {
});
expect(html).toMatch(/DS Logon/);
expect(html).toMatch(/My HealtheVet/);
expect(html).toMatch(/<title>Login.gov<\/title>/);
});
});

0 comments on commit 329b623

Please sign in to comment.