From 7f96c89f41bf7a194a17659799f82cb653123117 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 9 Oct 2022 11:53:57 +0200 Subject: [PATCH] Remove jest config (not used anymore) --- jest.config.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 jest.config.js diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 472d5584..00000000 --- a/jest.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - globals: { - __APP__: undefined, // A different app will be launched in each test environment - }, - testTimeout: 30000, // 30s -};