Ola Ajibode

undefined

Post By Ola

Docker:  Stop all containers now!

Docker: Stop all containers now!

Docker has changed our world. A very useful component in the toolbox of any Software Engineer or perhaps, any forward-thinking company. What is Docker? Why Docker? and other questions relating to the topic starts here: Docker Sometimes, you are just too annoyed with...

read more
Jest: Ignore CSS files while running tests

Jest: Ignore CSS files while running tests

To ensure Jest ignores CSS files when running tests, simply follow the steps below:  Install a module: `identity-obj-proxy` npm install -D identity-obj-proxy 2.   Update your jest config(jest.config.json) { "jest":{ "moduleNameMapper": {...

read more