Remove jest config (not used anymore)

This commit is contained in:
TC
2022-10-09 11:53:57 +02:00
parent b843825f72
commit 7f96c89f41

View File

@ -1,6 +0,0 @@
module.exports = {
globals: {
__APP__: undefined, // A different app will be launched in each test environment
},
testTimeout: 30000, // 30s
};