Skip to content

Commit

Permalink
jest mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsteinig committed Sep 13, 2024
1 parent f78e4f8 commit 06cca05
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',
'\\.glsl$': '<rootDir>/test/__ mocks __/glslMock.js',
'\\.glsl$': '<rootDir>/test/__mocks__/glslMock.js',
},
testPathIgnorePatterns: ['/node_modules/', '/system_tests/'],
setupFiles: ['./jest.setup.ts'],
Expand Down

0 comments on commit 06cca05

Please sign in to comment.