From 32f8380e56744baa0a8db22b1d351b38a30c7c3c Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 18 Mar 2023 16:20:21 +0100 Subject: [PATCH] Fix build:test --- test/lib/getKcContext.ts | 2 +- test/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/getKcContext.ts b/test/lib/getKcContext.ts index 64f24340..71f7b6e6 100644 --- a/test/lib/getKcContext.ts +++ b/test/lib/getKcContext.ts @@ -164,7 +164,7 @@ import { deepClone } from "../../src/tools/deepClone"; assert< Equals< typeof kcContext, - KcContextBase.Common.Login & { + KcContextBase.Common & { pageId: typeof pageId; aNonStandardValue2: string; } diff --git a/test/tsconfig.json b/test/tsconfig.json index 82edb927..7239f999 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -13,7 +13,7 @@ "incremental": true, "strict": true, "downlevelIteration": true, - "jsx": "react", + "jsx": "react-jsx", "noFallthroughCasesInSwitch": true, "paths": { "keycloakify/*": ["../src/*"]