EPISODE · Feb 3, 2023 · 1H 6M
The One About Slow Jest Tests
from Runtime Rundown - JavaScript and Web Development · host Joe Boyle and Evan Cooper
In this episode, we cover "Why is My Jest Test Suite So Slow" by Steven Lemon and completely nerd out on it. This one is chock-full of practical tips for improving your Jest suite time as well as your general understanding of how Jest works "under the hood". Evan does a "Cookie Corner" and hyper-speaks through a bunch of reasons why you shouldn't use client side cookies. Joe talks about memory leaks while sounding mildly depressed, and we actually have good news this week! Extra resources for Jest testing: 1. Use the time shell built-in for enhanced timing. time npm run <your test command> --takeyourtime 2. See this issue on why Jest workers are slow sometimes 3. See this issue on why userEvent.type is slow all the time 4. Check out this package for reporting slow individual tests 5. For finding Jest memory leaks, try node --inspect-brk --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage
What this episode covers
In this episode, we cover "Why is My Jest Test Suite So Slow" by Steven Lemon and completely nerd out on it. This one is chock-full of practical tips for improving your Jest suite time as well as your general understanding of how Jest works "under the hood". Evan does a "Cookie Corner" and hyper-speaks through a bunch of reasons why you shouldn't use client side cookies. Joe talks about memory leaks while sounding mildly depressed, and we actually have good news this week! Extra resources for Jest testing: 1. Use the time shell built-in for enhanced timing. time npm run <your test command> --takeyourtime 2. See this issue on why Jest workers are slow sometimes 3. See this issue on why userEvent.type is slow all the time 4. Check out this package for reporting slow individual tests 5. For finding Jest memory leaks, try node --inspect-brk --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage
NOW PLAYING
The One About Slow Jest Tests
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Mar 19, 2026 ·34m
Feb 18, 2026 ·11m
Feb 11, 2026 ·45m