DevTools/mochitests coding standards: Difference between revisions

Removing the custom asyncTest function with the native add_task
(Removing the custom asyncTest function with the native add_task)
(Removing the custom asyncTest function with the native add_task)
Line 155: Line 155:
   ];
   ];
    
    
   let test = async(function*() {
   add_task(function*() {
     yield addTab("...");
     yield addTab("...");
     let {toolbox, inspector} = yield openInspector();
     let {toolbox, inspector} = yield openInspector();
130

edits