Skip to content

Commit df844f8

Browse files
committed
test: update deno and bun native test ignores
1 parent 5123334 commit df844f8

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

test/native/bun.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const ignore = new Set([
1313
"error-parse",
1414
"typescript",
1515
"data-uri",
16-
"jsx",
1716
]);
1817

1918
for (const fixture of fixtures) {

test/native/deno.test.ts

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,13 @@ const jiti = createJiti(import.meta.url, { importMeta: import.meta });
1010
// Mostly broken because default type is set to commonjs in fixtures root
1111
const ignore = new Set(
1212
[
13-
"error-runtime",
1413
"error-parse",
15-
"pure-esm-dep",
14+
"error-runtime",
15+
"typescript",
16+
"env",
17+
"esm",
1618
"proto",
1719
"json",
18-
"esm",
19-
"env",
20-
"typescript",
21-
"top-level-await",
22-
"deps",
23-
"circular",
24-
"data-uri",
25-
"import-map",
2620
].filter(Boolean),
2721
);
2822

0 commit comments

Comments
 (0)