diff --git a/jest.config.js b/jest.config.js index 945dd60..85c75ef 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,8 @@ +/* eslint-disable indent */ +/** + * For a detailed explanation regarding each configuration property, visit: + * https://jestjs.io/docs/configuration + */ const config = { // All imported modules in your tests should be mocked automatically // automock: false,