From c63a4f49082e2a9e65dd20d54d20fc2e9937b89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Schmitz?= Date: Tue, 26 Jan 2021 09:06:04 -0300 Subject: [PATCH] chore: Run Prettier, lint-staged and japa on .ts files --- .nycrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.nycrc b/.nycrc index dd13e51..ce7c156 100644 --- a/.nycrc +++ b/.nycrc @@ -6,7 +6,6 @@ ], "exclude": [ "src/BullExceptionHandler.ts", - "**/*.spec.js", "**/*.spec.ts" ] }