Categories
JavaScriptJestNode.js
When we use an SVG file inside a React component, the test will be throwing these error. Solution: use jest-sv […]
JavaScriptJestNode.jsTypeScript
The playwright is a compatible headless browser framework to puppeteer. And it is maintaining by Microsoft. We […]
JavaScriptJestNode.jsPuppeteer
We can test your application/website by using Jest and puppeteer. And sometimes, we want to detect what HTML h […]
JavaScriptJestReact
Sometimes we create an own custom React hook for your own React application.And these hooks have a several fun […]
We start to learn how to run the test for TypeScript by Jest. Install Set Jest configuration You can put the J […]