Skip to content

Commit

Permalink
updated case_contact jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Sep 22, 2023
1 parent 7b95e28 commit b75eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/__tests__/case_contact.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test("case_contact doesn't run on pages without case contact form", () => {
require('../src/case_contact')

expect(() => {
window.onload()
$()
}).not.toThrow()
})

Expand Down

0 comments on commit b75eb55

Please sign in to comment.