No BS TS #31 - Testing with Jest and Wallaby

preview_player
Показать описание
We use the ts-jest library to add unit tests to our code and then check out the insanely cool Wallaby extension for real time unit testing.

00:00 Introduction
00:30 ts-jest
01:45 Making a test
03:16 Wallaby
07:50 Outroduction

👉 What's my theme? Night Wolf [dark blue]
👉 What's that font? MonoLisa

💢 Watch our other videos:

Thank you for watching this video, click the "SUBSCRIBE" button to stay connected with this channel.

#typescript #NoBSTS #jest #wallaby
Рекомендации по теме
Комментарии
Автор

One of the best productivity boosters I've ever seen! LOVE your channel and this series!

ThEldeRS
Автор

I'd love to see something about writing tests for React components

Papapiishu
Автор

Thanks, this helped a lot with a new express/typescript/jest project. And never heard about Wallaby, so that's cool too.

MichaelCampbell
Автор

Great video. I think the no BS TS series is essential viewing for Typescript developers. Just incredible content!

shashydass
Автор

My company has just bought us Wallaby licenses and once you go Wallaby there is no way you can go back to the terminal. Such a productivity boster!

francis_n
Автор

Wallaby is a great time saver, thanks for letting us know!

Bill-cwei
Автор

I love your channel Jack. Keep the amazing content coming.

EnLaMitad
Автор

wow for Wallaby! thanks for sharing this awesome extension!

AAquaticAApe
Автор

Thanks a million for the sort of quick start guide!

babyboie
Автор

Awesome series! Love the vibe of it all, and just really great content 💚

alignsource
Автор

I had to use jest/enzyme for a React project at school. Such a pain in the butt. :/ I'm looking forward to your video about testing React components!

jackh
Автор

Hey jack. I was looking for this and i love it <3

nayeembadhusha
Автор

I have worked in pretty big projects and wallaby just was not up to the task. It is an awesome tool and it works great on smaller projects but once you use in big ones it just hangs itself and everything gets laggy in vs code. I had to stop using unfortunately (that was a couple of years a go not sure how it is nowadays). I have tests running in watch mode in parallel while I code. I usually use watch typ ahead for jest so i filter the tests I want to be running (so I don't run all tests)

victorlongon
Автор

Wallaby seems to be a productivity enhancing tool. Can't wait to try it out.

lawrencejones
Автор

I have no idea what you arte type in the terminal @1:40 to @3:10. What command are you entering to run ts-jest? By the way, , THANK YOU for putting all this together. Your hard work is MUCH appreciated!

thefonsotube
Автор

@Jack Harrington, I like all your "No BS TS" videos. Thanks for spreading the knowledge.

Can you share how do you get the inline "Run | Debug" option to run the script right from the editor?

ajaydwarkani
Автор

i'd like to see ts-jest with Next.js

denilsoncosta
Автор

Just came here randomly to look up wallaby. But i wonder if yarn is still necessary since npm has adopted lock etc as well. At least that is the reason why I used it way back. Any reason why you prefer yarn over npm nowadays? (Honest question) ❤️ from Berlin

dinoscheidt
Автор

Can u make a video on different remoteType or library type with module federation
Like for example :
remoteType:"module" or library:{type:'module', name:Header'}

I dont want to expose my federated modules as globals or as an window object

nayeembadhusha
Автор

I did not have the run and debug buttons, what can I do inside it?

berkaygurcan