Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsteinig committed Sep 13, 2024
1 parent b24f61a commit d585788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion air-quality-ui/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
moduleNameMapper: {
'\\.(gif|ttf|eot|svg|png)$': '<rootDir>/test/__ mocks __/fileMock.js',
'\\.(css|less)$': 'identity-obj-proxy',
"^.+.(vert|frag|glsl)$": "jest-transform-stub"
'^.+.(vert|frag|glsl)$': 'jest-transform-stub',
},
testPathIgnorePatterns: ['/node_modules/', '/system_tests/'],
setupFiles: ['./jest.setup.ts'],
Expand Down

0 comments on commit d585788

Please sign in to comment.