Разработка • dev.to • 31 января 2023 г. 14:37
If you have heard of Vite, then you have probably heard of Vitest, the fast unit test framework built from it. In this article, let’s explore what Vitest is, how to use it and why it can be the next test framework for your apps. What is Vit...... читать далее
webdev javascript testing tutorialРазработка • habr.com • 21 ноября 2022 г. 8:00
За последние пару лет не раз можно было услышать про новые инструменты сборки статики, такие как SWC, esbuild и Vite. Все они обещают нам next gen-оптимизацию времени сборки, а SWC ещë и грозится оптимизировать скорость выполнения тестов на Jest; бол...... читать далее
Блог компании Домклик Разработка веб-сайтов JavaScript Тестирование веб-сервисов Системы сборки jest swc babel babel-jestРазработка • dev.to • 23 сентября 2022 г. 11:33
At Woovi we are always looking to optimize our processes. We want to improve the DX to increase the productivity of every software engineer. We want to make everything faster, consuming fewer memory and also providing the best usability. Experiment...... читать далее
dx automationРазработка • dev.to • 18 ноября 2021 г. 10:18
I have seen very little written about testing Svelte components. I have yet to see a tutorial build and test a Svelte app! This is disconcerting. Maybe, testing is not considered a sexy topic, or for hobby projects people like to walk on the wild sid...... читать далее
webdev javascript svelte testingРазработка • dev.to • 17 ноября 2021 г. 13:22
If you are interested in a video version of this tutorial, check out the link below! You can follow along with the code in this blog. (The video is entirely optional, every step and instruction is covered in the blog post) Introduction Prer...... читать далее
webdev react javascript tutorialРазработка • dev.to • 9 ноября 2021 г. 17:15
Written by Madushika Perera ✏️ Introduction Svelte is an open source JavaScript component framework for building web applications. Svelte takes a different approach than all the existing web frameworks like React, Angular, and Vue, which...... читать далее
svelte webdev tutorial programmingРазработка • dev.to • 24 октября 2021 г. 19:07
So, you started writing an app or library in Solid.js and TypeScript - what an excellent choice - but now you want to unit test everything as fast as possible to avoid regressions. We already know how to do this with jest, but while it is pretty con...... читать далее
solidjs testing javascript typescriptРазработка • dev.to • 12 октября 2021 г. 20:52
originally posted at: https://djamaile.dev/blog/how-to-setup-husky-eslint-prettier/ repository: https://github.com/djamaile/hep-demo Starting up Let’s first generate a simple React project by using create-react-app. Execute the following c...... читать далее
react typescriptРазработка • dev.to • 6 сентября 2021 г. 13:53
Introduction Next.js is a React framework from Vercel that makes creating high-quality apps incredibly simple. With built-in support for server-side rendering, file-based routing and a huge store of examples on GitHub, it's a great way to start bui...... читать далее
javascript react beginners testingРазработка • dev.to • 6 августа 2021 г. 2:15
A few weeks ago, I tweeted about how frustrating of an experience is to set up a Next.js project that includes TypeScript as well as a working testing framework. Setting up a Next.js TS project with Jest and RTL is beyond frustrating. I really can...... читать далее
nextjs typescript jest tailwindcssРазработка • dev.to • 13 июля 2021 г. 17:34
I recently looked back at some npm packages I first published 5 years ago, and thought it would be an interesting exercise to bring them up to 2021 standards. For the sake of this article, we will be focusing on the library https://github.com/Anton...... читать далее
javascript typescript npmРазработка • sitepoint.com • 23 декабря 2020 г. 21:00
This article is by guest author Jack Franklin. SitePoint guest posts aim to bring you engaging content from prominent writers and speakers of the JavaScript community. In this article, we’ll take a look at using Jest — a testing framework maintained...... читать далее
JavaScriptРазработка • DZone Web Dev • 27 мая 2020 г. 20:32
As a developer, I know for a fact that I have to constantly brush up myself with new updates. This means that not only I have to keep learning more about the frameworks and language I work with. But also to look for new frameworks that give me an edg...... читать далее
javascript javascript frameworks selenium automated testing javascript developers