Not enough people know about quokkajs.com/! For the longest time I'd boot up codesandbox/codepen for a notepad to test out functions or ideas; Quokka let's you do it in your own editor and is _super_ fast and really convenient.
Yesterday we added a feature to Wallaby.js for VS Code and JetBrains IDEs that allows quick search for tests and navigation to a test, so now it's even easier to navigate through your tests without leaving your editor.
TDD with @wallabyjs is everything. There is nothing else. Most of the time, I don't even run the project until I'm done with the feature. I'm not talking about some trivial toy projects. I'm talking about large-scale, consumer-facing API projects including a critical GraphQL API.
We are constantly adding features that decrease the time it takes to determine the cause of failing tests... Wallaby's new object proxy feature allows you to select an object and view the values and locations when its properties and functions are used, wallabyjs.com/docs/intro/val…
We are constantly adding features that decrease the time it takes to determine the cause of failing tests... Wallaby's new object proxy feature allows you to select an object and view the values and locations when its properties and functions are used, wallabyjs.com/docs/intro/val…
At work we call @wallabyjs the Holy Grail. I couldn't figure out why a feature was seemingly not working. I created a GitHub issue. A member responded very quickly with a clear explanation of why it wasn't doing what I expected. Explained when & how it should work & why. 🦘✅👍⭐
Wallaby's Value Explorer has a handy new feature that allows you to view and navigate the full call stack of logged values. Available in @code and @jetbrains plugins. wallabyjs.com/docs/intro/val…
Wallaby Time Travel Debugger @code tip: if you are not sure what test(s) to debug because multiple tests are covering a line of code, just start the debugger on the line and you will be prompted to select which test you want to debug
Quokka.js just borrowed Wallaby's cool Time Travel Debugger pro feature! Now, to get an expression value you can just select the expression in your editor
Test Filter now supports multiple tests, Wallaby App is fully synchronized with the filter and you can add and remove tests, describes and files to the filter
Today we are really excited to share a huge new feature that our entire team has been working on for the last few months: Time Travel Debugger for Wallaby.js!
medium.com/@wallabyjs/time-t…
Forget how to use Array.splice()?
Use interactive JavaScript examples without leaving @code with Quokka.js!
We’ll be adding to our curated JavaScript examples over the coming months (free for everyone to use under CC0-1.0); feel free to contribute.
bit.ly/2PbT5o4
Do you write React components?
Do you unit test* them?
If so you might want to check Wallabyjs - wallabyjs.com/
It has made my test writing significantly faster (and more fun!)
*I'm not fanatical about unit testing - sometimes I find it helpful
Just renewed my Quokka.js PRO license. While I was at it, I added @wallabyjs! The Jest @code extension is great. But, Wallaby combined with the Jest extension gives me everything I need for BLAZING fast TDD. 🔥 #javascript#NodeJS
Quick tip for Quokka users, did you know you can use node assert API (as well as fs, path and a few other built-in node modules) without explicit imports: