feat: add phase 6 js_library and ts_library bootstrap
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
e671447d13
commit
9868933b27
6
tests/library_test/app.test.ts
Normal file
6
tests/library_test/app.test.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { expect, test } from "bun:test";
|
||||
import { greeting } from "./helper";
|
||||
|
||||
test("uses helper from ts_library dep", () => {
|
||||
expect(greeting("test")).toBe("hello-test");
|
||||
});
|
||||
Reference in New Issue
Block a user