Filter
Exclude
Time range
-
Near
🎄🎉Happy Holidays everyone, I wish health to every single one of you🎉🎄 Jest in 2025: what it is, why it’s “delightful,” and how to use it well. Jest is a JavaScript testing framework that bundles a test runner, assertions, mocking, snapshots, and coverage into one tool, aiming for a simple setup and a fast feedback loop for both beginners and experienced teams. @jestjs_ 🔗Tap below to dive deep into it👇 bytebrief.vercel.app/blog/je… #Jest #JavaScriptTesting #UnitTesting #TypeScript #TestRunner #Mocking #SnapshotTesting #CodeCoverage #FrontendTesting #WebDevelopment #DevTools #TestingFramework
1
3
18
8 Jul 2025
2
147
24 Oct 2024
Ready to take your Node.js testing to the next level? Explore this in-depth tutorial featuring Mocha and Chai: 👉 keploy.io/blog/community/mas… 👏 Appreciation to the author @abbhishekstwt for their valuable insights! #MochaJS #JavaScriptTesting #NodeJS #AsynchronousTesting #FeatureRich #ChaiFramework #SimpleTesting #EnjoyableTesting #OrderExecution #TestFramework
1
4
258
24 Nov 2023
🌅 Good Morning, JavaScript Coders! Let’s talk about Unit Testing in JavaScript today. Testing is a crucial part of software development that ensures your code works as expected. 🔍 Unit tests are small, isolated tests that verify the behavior of individual parts (units) of your application. Here’s a basic guide: 1. Why Unit Testing?: It helps catch bugs early, improves code quality, and encourages better design. Plus, it makes refactoring safer and easier. 2. Popular Testing Frameworks: • Jest: A delightful JavaScript Testing Framework with a focus on simplicity. • Mocha: Flexible with various assertion libraries, like Chai. • Jasmine: Behavior-driven development framework for testing JavaScript code. 3. Writing a Basic Test: A typical unit test contains three phases - setup, invocation, and assertion. // Jest example test('adds 1 2 to equal 3', () => { expect(sum(1, 2)).toBe(3); }); 4. Mocking: Use mocking to isolate your tests from external dependencies or to avoid testing code you don’t control. 5. Continuous Integration (CI): Integrating testing into your CI/CD process ensures tests are run automatically, maintaining code quality. 6. Test Coverage: Strive for good test coverage, but remember, the goal is quality, not just quantity. 👨‍💻 Embracing unit testing is a step towards more robust, error-free JavaScript applications. Stay tuned for more on advanced testing techniques and integration testing! #JavaScriptTesting #UnitTest #CodeQuality
2
5
260
Just compiled the best of my recent resources on #JavaScriptTesting in one place for you, check it out :) "Become a JavaScript Testing Pro: 14 Resources for Developers" by Matti Bar-Zeev #DEVCommunity dev.to/mbarzeev/become-a-jav… #testing #javascript #reactjs

4
107
25 Feb 2021
Setting up an #automatedtesting framework is not an easy task, especially when you are using @JavaScript with Selenium. Harita Ravindranath will be trying to cater to your requirements and see how to speed up #JavaScripttesting. (10/19) check out: bit.ly/3dMMgpK

1
2
Check out the best NodeJS tips for automation testing lambdatest.com/blog/nodejs-b… #NodeJS #AutomationTesting #JavaScriptTesting

4
2
Cypress is an exciting new tool for front-end testing, useful for developers and QA engineers alike. Learn how to get started with our new course by @shaun_wassell. @Cypress_io #cypress #testautomation #javascripttesting @li_learning linkedin.com/learning/end-to…

1
4
12
9 Oct 2019
Testing your code is important for the following reasons: 1) It gives you confidence in your code 2) Its the documentation for developers 3) Refactoring gets easy 4) Become a better developer 5) Working in a team #JavaScriptTesting
2
Only @JuanLizarazoG can make unit testing JavaScript exciting @ #utahjs10 #javascripttesting #utahjsconf
1
5
For anyone who wants a basic understanding of #jasminejs 's `expect().toEqual();` magic or even just how you can do method chaining in JS. Code is beginner friendly. Discussion is welcome :) gist.github.com/zzidante/be1… #100DaysOfCode #javascript #CodeNewbie #javascripttesting

1
1
5
Pretty cool to use one tool to run the same tests for a #vuejs, #angular or #reactjs project. Learn about the process here: buff.ly/2JPbaEs #javascripttesting

7
10
#GISProjectChallenge2k18 Project : Feed Reader Testing #Day1: Begin to learn #JavaScriptTesting Early Morning 😇 Feeling Excited :) Thank You 💐🌸💐 #GoogleUdacityIndiaScholars #StayUdacious @UdacityINDIA @GoogleIndia @akshtjn
1
11
Javascript Testing Selenium Automation Nightwatch js Nodejs | Simpliv #javascript #javascripttesting slideshare.net/Simpliv/javas… via @SlideShare

3
1