mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -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",
|
"--resolve-extensions=.mjs,.js",
|
||||||
"--log-level=warning",
|
"--log-level=warning",
|
||||||
"--platform=node",
|
"--platform=node",
|
||||||
"--external:protobufjs",
|
|
||||||
"--keep-names",
|
"--keep-names",
|
||||||
] + esbuild_extra_args,
|
] + esbuild_extra_args,
|
||||||
entry_point = ts_src,
|
entry_point = ts_src,
|
||||||
|
|
Loading…
Reference in a new issue