mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
disable Jest tests on Windows for now
This commit is contained in:
parent
c891f45ed9
commit
36022844bb
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ 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