Skip to content

Commit 8a65010

Browse files
authored
test: Silence Karma warning over node:stream from RTS (#4660)
1 parent 2e85690 commit 8a65010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/test/browser/textarea.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { render, hydrate, useState } from 'preact/compat';
2-
import ReactDOMServer from 'preact/compat/server';
2+
import ReactDOMServer from 'preact/compat/server.browser.js';
33
import { setupScratch, teardown } from '../../../test/_util/helpers';
44
import { act } from 'preact/test-utils';
55

0 commit comments

Comments
 (0)