Unit-тестирование в JavaScript – серия выпусков funfunfunction!👍🏻✨📼
Общие принципы, тест-раннеры, моки…
https://vk.cc/7sAINO
#javascript #codequality#UnitTesting
Общие принципы, тест-раннеры, моки…
https://vk.cc/7sAINO
#javascript #codequality#UnitTesting
Отличный обзор инструментов тестирования JavaScript-приложений. От unit-тестов до end-2-end. Всё разложено по полочкам и с примерами:
https://medium.com/welldone-software/an-overview-of-javascript-testing-in-2018-f68950900bc3
#javascript
#codequality
https://medium.com/welldone-software/an-overview-of-javascript-testing-in-2018-f68950900bc3
#javascript
#codequality
Medium
An Overview of JavaScript Testing in 2018
This guide is intended to catch you up with the most important reasoning, terms, tools, and approaches to JavaScript testing in 2018.
xoTDD – лучшее русскоязычное руководство по TDD: разработка классической игры «Крестики‑нолики» от @bespoyasov
https://bespoyasov.ru/ttt-tdd/
#javascript #tdd #codequality
https://bespoyasov.ru/ttt-tdd/
#javascript #tdd #codequality
Новый курс по тестированию React-компонентов с помощью Enzyme и Jest:
https://egghead.io/courses/test-react-components-with-enzyme-and-jest
#javascript #react #codequality
https://egghead.io/courses/test-react-components-with-enzyme-and-jest
#javascript #react #codequality
egghead
Test React Components with Enzyme and Jest
In this course we are going to work through properly setting up Enzyme with Jest to test rendered components. This includes the nitty gritty of making o...
Andre Staltz (автор Cycle.js) про светлую сторону коллбеков с Amsterdam JSNation:
https://www.youtube.com/watch?v=HssczgaY9BM
#javascript #codequality
https://www.youtube.com/watch?v=HssczgaY9BM
#javascript #codequality
YouTube
Callback Heaven - Andre Staltz
Get a GitNation Multipass, attend 8+ remote JavaScript conferences & watch tens of pro talks and workshops from our past events: https://portal.gitnation.org/multipass
🗓 Talk recording from Amsterdam JSNation 2018 Conference https://amsterdamjs.com
…
🗓 Talk recording from Amsterdam JSNation 2018 Conference https://amsterdamjs.com
…
Новый небольшой курс по end-to-end тестированию с помощью Puppeteer и Jest:
https://egghead.io/courses/end-to-end-testing-with-google-s-puppeteer-and-jest
#javascript #codequality
https://egghead.io/courses/end-to-end-testing-with-google-s-puppeteer-and-jest
#javascript #codequality
egghead
End to End Testing with Google's Puppeteer and Jest
End-to-end testing assures you of a few things: that all the integrated pieces of an application properly function, all those pieces work together as ex...
Vue Test Utils и Jest – как писать простые модульные тесты для фронтенда:
https://medium.com/devschacht/simple-unit-tests-with-vue-test-utils-and-jest-a93f4ed3de64
#javascript
#codequality
https://medium.com/devschacht/simple-unit-tests-with-vue-test-utils-and-jest-a93f4ed3de64
#javascript
#codequality
Medium
Vue Test Utils и Jest: как писать простые модульные тесты для фронтенда
Перевод статьи Edd Yerburgh: Vue Test Utils and Jest: how to write simple unit tests for your front end.
Как работать с сайд-эффектами в чистом функциональном JavaScript коде.
https://jrsinclair.com/articles/2018/how-to-deal-with-dirty-side-effects-in-your-pure-functional-javascript/
#javascrtipt #codequality
https://jrsinclair.com/articles/2018/how-to-deal-with-dirty-side-effects-in-your-pure-functional-javascript/
#javascrtipt #codequality
Jrsinclair
How to deal with dirty side effects in your pure functional JavaScript
If you start learning about functional programming, it won’t be long before you come across the idea of pure functions. And as you go on, you will discover functional programmers appear to be obsessed with them. “Pure functions let you reason about your…