Skip to content

Commit

Permalink
test: Silence Karma warning over node:stream from RTS (#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Feb 12, 2025
1 parent 2e85690 commit 8a65010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/test/browser/textarea.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { render, hydrate, useState } from 'preact/compat';
import ReactDOMServer from 'preact/compat/server';
import ReactDOMServer from 'preact/compat/server.browser.js';
import { setupScratch, teardown } from '../../../test/_util/helpers';
import { act } from 'preact/test-utils';

Expand Down

0 comments on commit 8a65010

Please sign in to comment.