mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Revert "disable Jest tests on Windows for now"
This reverts commit 36022844bb
.
This commit is contained in:
parent
36022844bb
commit
f46f4cbf17
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ jest_test(
|
||||||
"//ts:jest.config.js",
|
"//ts:jest.config.js",
|
||||||
"//ts:package.json",
|
"//ts:package.json",
|
||||||
],
|
],
|
||||||
target_compatible_with = select({
|
|
||||||
"@platforms//os:osx": [],
|
|
||||||
"@platforms//os:linux": [],
|
|
||||||
"//conditions:default": ["@platforms//os:linux"],
|
|
||||||
}),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
|
|
Loading…
Reference in a new issue