mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
allow running test with 'bazel run jest'
This commit is contained in:
parent
7caaf0c735
commit
dcb7dc41de
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ def jest_test(deps, name = "jest", protobuf = False):
|
|||
"--resolve-extensions=.mjs,.js",
|
||||
"--log-level=warning",
|
||||
"--platform=node",
|
||||
"--external:protobufjs",
|
||||
"--keep-names",
|
||||
] + esbuild_extra_args,
|
||||
entry_point = ts_src,
|
||||
|
|
Loading…
Reference in a new issue