From f5fec5ec123e3827486f54a2b23cee768657a17a Mon Sep 17 00:00:00 2001 From: Javey Date: Tue, 23 Nov 2021 15:28:03 +0800 Subject: [PATCH] chore: for unit test --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e61b1257d..0a2618bd6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -84,6 +84,6 @@ "exclude": [ "node_modules", // "site/**/*.ts", - "**/*.spec.ts" + // "**/*.spec.ts" ] }