mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 22:32:06 +00:00
fix
This commit is contained in:
@@ -83,7 +83,7 @@ for (const b_file of b_files) {
|
||||
expect(JSON.parse(result.stdout.toString().trim())).toEqual({ my_value: "2", my_only: "3" });
|
||||
};
|
||||
|
||||
test.todoIf(b_file.name !== "export star")("run", () => {
|
||||
test.todoIf(b_file.name !== "export star" && b_file.name !== "export merge")("run", () => {
|
||||
runAndVerify("c.ts");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user