Revert "disable Jest tests on Windows for now"

This reverts commit 36022844bb.
This commit is contained in:
Damien Elmes 2021-03-28 20:59:31 +10:00
parent 36022844bb
commit f46f4cbf17

View file

@ -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