We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88ac44 commit 3a744caCopy full SHA for 3a744ca
1 file changed
test/bun.test.ts
@@ -29,7 +29,8 @@ for (const fixture of fixtures) {
29
if (
30
fixture !== "esm" &&
31
fixture !== "top-level-await" &&
32
- fixture !== "json"
+ fixture !== "json" &&
33
+ fixture !== "jsx" // require(<async module>) is not allowed
34
) {
35
test("fixtures/" + fixture + " (CJS)", () => {
36
_jiti("./" + fixture);
0 commit comments