FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
React and Redux Testing with Jest: How Some Jokers Learned to Take Snapshots
Snapshots replaced a whole slew of Enzyme expect statements and allowed the Bleacher Report Engineering team to easily test their Redux actions and store. - https://goo.gl/8QUrsu

#react #testing #redux #jest
Test Deeply Rendered Vue.js Components in Jest

See how to use vue-test-utils to test a fully rendered component tree. - https://goo.gl/NDqGMz

#vue #jest #testing
Test Methods and Mock Dependencies in Vue.js with Jest

Learn how to test methods and cope with mocking module dependencies. - https://goo.gl/EhDsfN

#vue #testing #jest
Nuxt + Jest setup from scratch

Setting up testing can be very daunting: especially if you are just starting out - http://amp.gs/ds4G

#nuxt #jest
Why Is My Jest Suite So Slow?

Jest is known for its speed and simplicity so the author was surprised at how quickly his team’s test suite was slowing down. This is a write up of the ensuing investigation along with the improvements that slashed test running time. - https://blog.bitsrc.io/why-is-my-jest-suite-so-slow-2a4859bb9ac0

#jest