Revert "disable Jest tests on Windows for now"

This reverts commit 819f87df42.
This commit is contained in:
Damien Elmes 2021-03-28 20:59:31 +10:00
parent 819f87df42
commit e2963e54f8

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