Skip to content

Commit

Permalink
test(libs-credentials): update jest function
Browse files Browse the repository at this point in the history
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
  • Loading branch information
waddaboo and vplasencia authored Oct 9, 2024
1 parent 9194e09 commit 488c308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import easAttestations from "./index"

jest.mock("../..", () => ({
EASNetworks: { ETHEREUM_SEPOLIA: "sepolia" },
validateCredentials: jest.fn(() => true)
validateCredentials: jest.fn()
}))

describe("EASAttestations", () => {
Expand Down

0 comments on commit 488c308

Please sign in to comment.