Skip to content

Commit

Permalink
more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterjm authored and blakeblackshear committed Jun 11, 2021
1 parent da8e54e commit c71b717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
};

0 comments on commit c71b717

Please sign in to comment.