From 7ad4a72348d15948e32a2c61935c6b775f5ae683 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:47:37 +1000 Subject: [PATCH] chore: remove unused mocha files (#415) --- .mocharc.json | 8 -------- .nycrc | 7 ------- 2 files changed, 15 deletions(-) delete mode 100644 .mocharc.json delete mode 100644 .nycrc diff --git a/.mocharc.json b/.mocharc.json deleted file mode 100644 index 5a1f2b6e..00000000 --- a/.mocharc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "require": [ - "@babel/register", - "test/test-setup" - ], - "timeout": 100, - "slow": 50 -} diff --git a/.nycrc b/.nycrc deleted file mode 100644 index 4d7782c7..00000000 --- a/.nycrc +++ /dev/null @@ -1,7 +0,0 @@ -{ - "check-coverage": true, - "branches": 100, - "functions": 100, - "lines": 100, - "statements": 100 -}