/* for mocking out css files in jest.config.js */
/*
moduleNameMapper: {
...
'.*css$': '<rootDir>/test/jest/utils/stub.css'
},
*/