Skip to content

Commit b56abf9

Browse files
kevinoconnor7copybara-github
authored andcommitted
Use an anonymous module to test jsinterop_base
This ensures that we'll be testing the targets as if we were a consumer of the module. i.e. we won't be using J2CL from head. I removed building of the testlib since it doesn't serve any purpose here and would require pulling in dev dependencies. PiperOrigin-RevId: 788965006
1 parent 503fadd commit b56abf9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.bcr/presubmit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bcr_test_module:
2-
module_path: "."
32
matrix:
43
platform:
54
- macos
@@ -11,6 +10,4 @@ bcr_test_module:
1110
platform: ${{ platform }}
1211
bazel: ${{ bazel }}
1312
build_targets:
14-
- "//java/..."
15-
- "//javatests/jsinterop/base:testlib"
16-
13+
- "@jsinterop_base//java/..."

0 commit comments

Comments
 (0)