From 5b8b0c539f4878995e24e8aab3da880b93ffced8 Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 11 May 2021 20:11:07 +0200 Subject: [PATCH] fix test runner (cherry picked from commit 5b100f6e158a9a451122c7f2ca51919967df63cc) --- frontend/tsconfig.spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.spec.json b/frontend/tsconfig.spec.json index b3248f0..9605316 100644 --- a/frontend/tsconfig.spec.json +++ b/frontend/tsconfig.spec.json @@ -10,7 +10,7 @@ }, "files": [ "src/test.ts", - "polyfills.ts" + "src/polyfills.ts" ], "include": [ "**/*.spec.ts",