Developer productivity tools that run your JavaScript & TypeScript as you type, highlighting results in editor wallabyjs.com quokkajs.com console-ninja.com

In Your Code Editor
We found out today that Wallaby's Time Travel Debugger got a mention in the latest @frontendweekly1 newsletter: frontendweekly.co/issues/189…
3
Wallaby Team retweeted
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.
2
5
8
Wallaby’s Time Travel Debugger is now available for those using Wallaby with @WebStormIDE, @intellijidea or another @jetbrains editor! Update to the latest version of our Wallaby IntelliJ extension and check it out… wallabyjs.com/docs/intro/tim…
4
16
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.
4
12
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.
2
9
Just wow, @wallabyjs Timetravel debugging is a revelation wallabyjs.com/docs/intro/tim…
2
6
The feature is available for both VS Code and JetBrains IDEs
2
Wallaby is incredible, and an astonishing productivity booster. I love it so much. If you haven't tried it, go go go.
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…
1
4
10
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…
1
8
19
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. 🦘✅👍⭐
3
10
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…
3
10
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
1
3
11
Lightning talk about @wallabyjs tonight! ⚡
2
15
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
3
7
25
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
1
7
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…
5
23
31
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
1
7
24
Wallaby Team retweeted
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
3
2
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
3
4
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:
1
1
10