mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
fix(common): fix utils tests by improving jest dependency resolution
This commit is contained in:
parent
5b440ffa8d
commit
61f6c3b34b
4 changed files with 37 additions and 32 deletions
|
@ -1,4 +1,5 @@
|
|||
load("//:hack/react.bzl", "react_library")
|
||||
load("//:hack/jest.bzl", "jest_test")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
|
@ -15,9 +16,10 @@ react_library(
|
|||
],
|
||||
)
|
||||
|
||||
# jest_test(
|
||||
# src = ":utils",
|
||||
# deps = [
|
||||
# "//hack/fixtures",
|
||||
# ],
|
||||
# )
|
||||
jest_test(
|
||||
src = ":utils",
|
||||
deps = [
|
||||
"//hack/fixtures",
|
||||
"//src/rpc/shared",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue