Skip to content

Commit 6656392

Browse files
committed
chore: add debug log in ts-plugin test
1 parent d74cc44 commit 6656392

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/ts-plugin-example/tests/transformer.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ describe("transformer", () => {
77
await $`rm -rf ./out`;
88
});
99
it("should work", async () => {
10+
console.log(
11+
"Running test:types",
12+
await $`pwd`.text(), // /tmp
13+
);
1014
const result = await $`bun run test:types`.nothrow().quiet().text();
1115

1216
expect(result).toMatchSnapshot();

0 commit comments

Comments
 (0)