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