From 72f9aed20f1fdb67a554535b70776e47c595cf37 Mon Sep 17 00:00:00 2001 From: Nicolas Lebrun Date: Sat, 9 Dec 2023 16:47:08 +0100 Subject: [PATCH] rename test file + adjust ts conf --- __tests__/{palette.ts => index.ts} | 0 tsconfig.json | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename __tests__/{palette.ts => index.ts} (100%) diff --git a/__tests__/palette.ts b/__tests__/index.ts similarity index 100% rename from __tests__/palette.ts rename to __tests__/index.ts diff --git a/tsconfig.json b/tsconfig.json index 420d15f..5ad7aa8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,6 @@ "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, - "include": ["src", "__tests__/palette.ts"] + "include": ["src"], + "exclude": ["__tests__/index.ts"] }