From 38ccddc76b8a0c86c61ac276982a8942633424b3 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 4 Mar 2026 03:12:39 +0000 Subject: [PATCH] test: simplify bun_binary test targets --- tests/binary_test/BUILD.bazel | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/binary_test/BUILD.bazel b/tests/binary_test/BUILD.bazel index e4b43d6..a8da56e 100644 --- a/tests/binary_test/BUILD.bazel +++ b/tests/binary_test/BUILD.bazel @@ -3,7 +3,6 @@ load("//bun:defs.bzl", "bun_binary") bun_binary( name = "hello_js_bin", entry_point = "hello.js", - data = ["hello.js"], ) sh_test( @@ -20,7 +19,6 @@ sh_test( bun_binary( name = "hello_ts_bin", entry_point = "hello.ts", - data = ["hello.ts"], ) sh_test(