Skip to content

Commit

Permalink
Suppress skipped test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph committed Aug 16, 2024
1 parent 112f283 commit d19877e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ describe("getVerifiableCredential", () => {

// FIXME: Enable this when we add content type checks in the next major version
// see https://github.com/inrupt/solid-client-vc-js/pull/849#discussion_r1414124524
// eslint-disable-next-line jest/no-disabled-tests
it.skip("throws if the dereferenced data has an unsupported content type", async () => {
const mockedFetch = jest
.fn<typeof fetch>()
Expand Down

0 comments on commit d19877e

Please sign in to comment.