Skip to content

Commit 1f1a27f

Browse files
committed
test: Copy over old replaceNode tests from Preact 10
1 parent 0f4cc3d commit 1f1a27f

File tree

6 files changed

+5841
-4
lines changed

6 files changed

+5841
-4
lines changed

jsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"noEmit": true,
77
"allowJs": true,
88
"checkJs": true,
9-
"skipLibCheck": false
9+
"skipLibCheck": false,
10+
"jsx": "react",
11+
"jsxFactory": "h",
12+
"jsxFragmentFactory": "Fragment",
1013
}
1114
}

0 commit comments

Comments
 (0)