#BreakingNews: We've invented a new way of viewing ALL code executed by a test in a SINGLE view (including coverage, logs, and time-travel debugging). This will supercharge your ability to understand how your code executes. Coming soon to @code.
#WallabyTip Did you know that when using Wallaby Time Travel debugger you don't need to stop it before making any changes to your code and can continue stepping back and forth after the change?
wallabyjs.com/docs/intro/tim…
Today we have updated Wallaby for @code to quickly view/open @fbjest snapshots (even for dynamic tests). The feature works for Jest v >= 24 (automatic Wallaby config).
Join our new community discord server to discuss Wallaby/Quokka tips and tricks, help solve technical problems, and access our team.
3 x Wallaby.js + Quokka.js licenses will be given at random after 2 days for people who join and say "hello".
wallabyjs.com/chat/
#WallabyTip Wallaby's 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…
#WallabyTip Did you know that if you are using latest version of Jest, or CRA, or Angular CLI, or Vue CLI, then you don't need Wallaby config file at all?
wallabyjs.com/docs/intro/con…
Want to know what 2-pizzas have to do with Wallaby? Listen to the latest learnwithus podcast interviewing Simon McEnlly from the Wallaby team. Simon shares his experience in software development and discusses several interesting Wallaby-related topics.
learnwithus.simplecast.com/e…
Today we updated Wallaby for @code to display failing tests in VS Code's Problem View. You can now quickly navigate to failing tests and see failing test files highlighted in the file explorer.
wallabyjs.com/docs/intro/get…
#WallabyTip Inserting the special comment //?+ after any expression will expand your object and its properties within the Value Explorer tree. wallabyjs.com/docs/intro/val…
New 'Test File Coverage' feature has just landed in Wallaby for @code. Now you can quickly see the opened test file's code coverage right in your editor.