From f86ab124588a33acc1790ea1d14dd8e400330c3e Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 20 Mar 2020 18:40:11 +0200 Subject: test: use tsconfig.spec.json when running jest Also configure tests to fix "Emit skipped" errors in demo project tests, and surpress a warning about esModuleInterop --- tsconfig.spec.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tsconfig.spec.json') diff --git a/tsconfig.spec.json b/tsconfig.spec.json index a8d4317..8de4424 100644 --- a/tsconfig.spec.json +++ b/tsconfig.spec.json @@ -1,4 +1,8 @@ { + "compilerOptions": { + "esModuleInterop": true, + "noEmitOnError": false + }, "extends": "./tsconfig.json", "exclude": [] } -- cgit v1.2.3