mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-10 14:20:21 +00:00
10 lines
144 B
CSS
10 lines
144 B
CSS
/* for mocking out css files in jest.config.js */
|
|
/*
|
|
|
|
moduleNameMapper: {
|
|
...
|
|
'.*css$': '<rootDir>/test/jest/utils/stub.css'
|
|
},
|
|
|
|
*/
|