Browse Source

more lint fixes

Jason Hunter 3 years ago
parent
commit
c71b717a54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/jest.config.js

+ 1 - 1
web/jest.config.js

@@ -7,6 +7,6 @@ module.exports = {
   testEnvironment: 'jsdom',
   timers: 'fake',
   moduleNameMapper: {
-    "\\.(scss|sass|css)$": "<rootDir>/src/__mocks__/styleMock.js"
+    '\\.(scss|sass|css)$': '<rootDir>/src/__mocks__/styleMock.js'
   }
 };