Skip to content

Commit b551e0c

Browse files
committed
Revert accidental JS changes
1 parent 61adbe4 commit b551e0c

15 files changed

+762
-8508
lines changed

javascript/grid-ui/.env

-1
This file was deleted.

javascript/grid-ui/BUILD.bazel

-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
load("@bazel_skylib//rules:write_file.bzl", "write_file")
22
load("@build_bazel_rules_nodejs//:index.bzl", "copy_to_bin")
33
load("@npm//react-scripts:index.bzl", "react_scripts")
4-
load("@npm//jest-cli:index.bzl", "jest_test")
54
load("//common:defs.bzl", "zip_file")
65

76
_RUNTIME_DEPS = [
@@ -79,18 +78,3 @@ zip_file(
7978
"//java/server/src/org/openqa/selenium/grid:__pkg__",
8079
],
8180
)
82-
83-
jest_test(
84-
name = "test",
85-
args = [
86-
"--no-cache",
87-
"--no-watchman",
88-
"--ci",
89-
"--colors",
90-
"--config",
91-
"jest.config.js"
92-
],
93-
data = [
94-
"//:jest.config.js"
95-
]
96-
)

javascript/grid-ui/jest.config.js

-18
This file was deleted.

0 commit comments

Comments
 (0)