From 83178599cc617ab4bc50fe6bf26a422a057a1422 Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Sun, 3 Apr 2022 17:53:27 +0800 Subject: [PATCH] chore: delete jest.config.js --- jest.config.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 jest.config.js diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index fed6707ad..000000000 --- a/jest.config.js +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('jest')} */ -module.exports = { - preset: 'ts-jest', -}