mirror of
https://github.com/ankitects/anki.git
synced 2025-11-23 21:17:13 -05: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:jest.config.js",
|
||||||
"//ts:package.json",
|
"//ts:package.json",
|
||||||
],
|
],
|
||||||
|
templated_args = [
|
||||||
|
"-preserve-symlinks",
|
||||||
|
"--preserve-symlinks-main",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue