feat: improve rules_js parity
This commit is contained in:
7
tests/js_compat_test/app.test.ts
Normal file
7
tests/js_compat_test/app.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { expect, test } from "bun:test";
|
||||
|
||||
import { helperMessage } from "./helper.ts";
|
||||
|
||||
test("js_test compatibility layer propagates deps and data", () => {
|
||||
expect(helperMessage()).toBe("helper:payload-from-lib");
|
||||
});
|
||||
Reference in New Issue
Block a user