This commit is contained in:
pfg
2024-12-13 20:57:09 -08:00
parent c57fead7ae
commit 0268a4f14f

View File

@@ -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");
});