From 493557aee76887d4fe13021d9d34f5b6faf79936 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 28 Mar 2021 20:59:51 +1000 Subject: [PATCH] fix Jest on Windows --- ts/html-filter/BUILD.bazel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/html-filter/BUILD.bazel b/ts/html-filter/BUILD.bazel index a0e9ee706..b950b58cd 100644 --- a/ts/html-filter/BUILD.bazel +++ b/ts/html-filter/BUILD.bazel @@ -40,6 +40,10 @@ jest_test( "//ts:jest.config.js", "//ts:package.json", ], + templated_args = [ + "-preserve-symlinks", + "--preserve-symlinks-main", + ], ) # Tests