Skip to content

Commit

Permalink
Merge pull request #48 from SolidOS/parseJsonld
Browse files Browse the repository at this point in the history
Parse jsonld
  • Loading branch information
bourgeoa authored Feb 28, 2023
2 parents 154d74e + 0ea1ce1 commit 4d1baa6
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 179 deletions.
5 changes: 5 additions & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// import "@testing-library/jest-dom";
const { TextEncoder, TextDecoder } = require('util')

global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder

const fetchMock = require('jest-fetch-mock')
const { TextEncoder, TextDecoder } = require('util')

Expand Down
Loading

0 comments on commit 4d1baa6

Please sign in to comment.