fix export approach

This commit is contained in:
weboko 2023-01-23 23:58:07 +01:00
parent 37eaf3ea23
commit 8f3d528e06
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
* https://jestjs.io/docs/configuration
*/
export default {
module.exports = {
// All imported modules in your tests should be mocked automatically
// automock: false,