mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
fix Jest on Windows
This commit is contained in:
parent
f46f4cbf17
commit
493557aee7
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