Skip to content

Commit

Permalink
teach test jsdom is present
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jan 25, 2024
1 parent 87c6b13 commit 2da7e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/rrweb/test/plugins/console/record.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @jest-environment jsdom
*/

import { stringify } from '../../../src/plugins/console/record/stringify';

describe('console record plugin', () => {
Expand Down

0 comments on commit 2da7e52

Please sign in to comment.