From ffbf9e1a55e1ac47ec65ebf26f555a4e2ca0b36b Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 19 May 2021 12:44:10 +0200 Subject: [PATCH] fix directory name --- libs/remix-tests/tsconfig.lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-tests/tsconfig.lib.json b/libs/remix-tests/tsconfig.lib.json index aec3a4c785..7b4b23c716 100644 --- a/libs/remix-tests/tsconfig.lib.json +++ b/libs/remix-tests/tsconfig.lib.json @@ -9,7 +9,7 @@ }, "exclude": [ "**/*.spec.ts", - "test/" + "tests/" ], "include": ["**/*.ts"] }