Bug 1945643 - Update to mozilla-nimbus-schemas 2025.1.1 r=chumphreys
[gecko.git] / toolkit / components / aboutprocesses / tests / browser / browser_aboutprocesses_show_frames_without_threads.js
blob178ceec9ed5fd7a8c9e527a60f0b59a19eabfd91
1 add_task(async function testShowFramesWithoutThreads() {
2 await testAboutProcessesWithConfig({
3 showAllFrames: true,
4 showThreads: false,
5 });
6 });