Skip to content

Commit e194f33

Browse files
committed
[bazel] Make the atoms tests actually run
1 parent 5daec91 commit e194f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/atoms/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ closure_js_deps(
395395
)
396396

397397
closure_test_suite(
398-
name = "test",
398+
name = "tests",
399399
data = [
400400
":atoms",
401401
":deps",
402-
],
402+
] + glob(["**/*"]),
403403
)

0 commit comments

Comments
 (0)