From 20bef59eacbdce597344ef3dd7b9fa433c16bc4e Mon Sep 17 00:00:00 2001 From: Sebastian Nemeth Date: Wed, 16 Dec 2020 13:39:23 +0200 Subject: [PATCH] test: fix compile doesn't emit tests --- tsconfig.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3972919..476f6da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,10 +7,7 @@ "esModuleInterop": true }, "include": [ - "src/**/*" - - ], - "exclude": [ - "src/**/*.spec.ts" + "src/**/*", + "test/**/*" ] }