How and Why We Unit Test Our Sass
Yes, you can unit test your Sass-powered stylesheets. - http://bit.ly/2KEclth
#sass #testing
Yes, you can unit test your Sass-powered stylesheets. - http://bit.ly/2KEclth
#sass #testing
Sparkbox
CSS Testing: How and Why We Unit Test Our Sass
Any design system, web app, or website project that makes use of mixins or functions in Sass can benefit from CSS unit testing, or more specifically, Sass testing. Find out how to unit test Sass with a unit testing tool, learn best practices for writing unit…
End-to-End Testing React Apps with Puppeteer and Jest - http://bit.ly/2AnyMPi
#e2e #testing #react #puppeteer
#e2e #testing #react #puppeteer
LogRocket
End-to-end testing React apps with Puppeteer and Jest
In this tutorial, we'll see how to write tests for a React app using Jest and Puppeteer.