mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: add jest tests, cleanup rpc
This commit is contained in:
parent
5977c35d38
commit
ac830fc946
25 changed files with 2786 additions and 319 deletions
|
@ -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"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue