-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #357 from marp-team/v2-prerelease
Prepare for v2 major update
- Loading branch information
Showing
19 changed files
with
12,489 additions
and
7,505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { TextEncoder, TextDecoder } from 'util' | ||
|
||
// TextEncoder and TextDecoder are exposed to global in Node.js and the browser. | ||
// Jest VM for testing seems not to expose them. | ||
// Jest VM for testing seems not to expose them to JSDOM. | ||
// https://github.com/jsdom/jsdom/issues/2524#issuecomment-902027138 | ||
global.TextEncoder = TextEncoder | ||
global.TextDecoder = TextDecoder |
Oops, something went wrong.