From b5c072dae246fc8fa7b488a94e724b8ac1c372fd Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Fri, 11 Oct 2024 00:57:47 +0200 Subject: [PATCH] Try fix headless unit test --- src/tsconfig.app.json | 3 ++- src/tsconfig.spec.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json index 6e20631..59d760e 100644 --- a/src/tsconfig.app.json +++ b/src/tsconfig.app.json @@ -5,7 +5,8 @@ "baseUrl": "", "types": [ "node", - "jquery" + "jquery", + "bootstrap-table" ] }, "files": [ diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json index 892fbef..3472dcc 100644 --- a/src/tsconfig.spec.json +++ b/src/tsconfig.spec.json @@ -6,7 +6,8 @@ "types": [ "jest", "node", - "jquery" + "jquery", + "bootstrap-table" ] }, "files": [