test: simplify bun_binary test targets
Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,6 @@ load("//bun:defs.bzl", "bun_binary")
|
|||||||
bun_binary(
|
bun_binary(
|
||||||
name = "hello_js_bin",
|
name = "hello_js_bin",
|
||||||
entry_point = "hello.js",
|
entry_point = "hello.js",
|
||||||
data = ["hello.js"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
sh_test(
|
sh_test(
|
||||||
@@ -20,7 +19,6 @@ sh_test(
|
|||||||
bun_binary(
|
bun_binary(
|
||||||
name = "hello_ts_bin",
|
name = "hello_ts_bin",
|
||||||
entry_point = "hello.ts",
|
entry_point = "hello.ts",
|
||||||
data = ["hello.ts"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
sh_test(
|
sh_test(
|
||||||
|
|||||||
Reference in New Issue
Block a user