Skip to content

Commit 5995798

Browse files
shalupovintellij-monorepo-bot
authored andcommitted
bazel: split test and build sections in convert jps to bazel:L update Bazel files
GitOrigin-RevId: 90063178de33c2a95bfdebd160a721d6977d8097
1 parent 5785b56 commit 5995798

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/BUILD.bazel

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
### auto-generated section `build intellij.graphql.tests` start
2-
load("@community//build:tests-options.bzl", "jps_test")
3-
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
2+
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources")
43

54
jvm_resources(
65
name = "tests_test_resources",
@@ -77,9 +76,13 @@ jvm_library(
7776
],
7877
runtime_deps = [":tests_test_resources"]
7978
)
79+
### auto-generated section `build intellij.graphql.tests` end
80+
81+
### auto-generated section `test intellij.graphql.tests` start
82+
load("@community//build:tests-options.bzl", "jps_test")
8083

8184
jps_test(
8285
name = "tests_test",
8386
runtime_deps = [":tests_test_lib"]
8487
)
85-
### auto-generated section `build intellij.graphql.tests` end
88+
### auto-generated section `test intellij.graphql.tests` end

0 commit comments

Comments
 (0)