diff --git a/jest.config.js b/jest.config.js index 386ef02..a9408ef 100644 --- a/jest.config.js +++ b/jest.config.js @@ -20,8 +20,8 @@ module.exports = { branches: 100, functions: 100, lines: 100, - statements: 100 - } + statements: 100, + }, }, // The test environment that will be used for testing @@ -31,8 +31,8 @@ module.exports = { testMatch: ["**/test/**/?(*.)+(spec|test).js?(x)"], transform: { - ".js$": "babel-jest" + ".js$": "babel-jest", }, - setupFiles: ["/jest.init.js"] + setupFiles: ["/jest.init.js"], };