chore: add jest tests, cleanup rpc

This commit is contained in:
41666 2020-10-11 15:10:20 -04:00
parent 5977c35d38
commit ac830fc946
25 changed files with 2786 additions and 319 deletions

View file

@ -5,6 +5,10 @@ load("@bazel_gazelle//:def.bzl", "gazelle")
gazelle(name = "gazelle")
exports_files(
["tsconfig.json"],
[
"tsconfig.json",
"jest.config.js",
"jest-reporter.js",
],
visibility = ["//visibility:public"],
)