mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
fix Jest on Windows
This commit is contained in:
parent
e2963e54f8
commit
9a75392f54
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ jest_test(
|
|||
"//ts:jest.config.js",
|
||||
"//ts:package.json",
|
||||
],
|
||||
templated_args = [
|
||||
"-preserve-symlinks",
|
||||
"--preserve-symlinks-main",
|
||||
],
|
||||
)
|
||||
|
||||
# Tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue