mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
more lint fixes
This commit is contained in:
parent
da8e54ed51
commit
c71b717a54
@ -7,6 +7,6 @@ module.exports = {
|
|||||||
testEnvironment: 'jsdom',
|
testEnvironment: 'jsdom',
|
||||||
timers: 'fake',
|
timers: 'fake',
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
"\\.(scss|sass|css)$": "<rootDir>/src/__mocks__/styleMock.js"
|
'\\.(scss|sass|css)$': '<rootDir>/src/__mocks__/styleMock.js'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user