Skip to content

Commit

Permalink
Bug 1799314 - Convert consumers of testing modules to import ES modul…
Browse files Browse the repository at this point in the history
…es direct (remote). r=webdriver-reviewers,whimboo

Differential Revision: https://phabricator.services.mozilla.com/D161903
  • Loading branch information
Standard8 committed Nov 17, 2022
1 parent b0b6821 commit cfdc236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remote/marionette/sync.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export class DebounceCallback {
/**
* Wait for a message to be fired from a particular message manager.
*
* This method has been duplicated from BrowserTestUtils.jsm.
* This method has been duplicated from BrowserTestUtils.sys.mjs.
*
* @param {nsIMessageManager} messageManager
* The message manager that should be used.
Expand Down Expand Up @@ -451,7 +451,7 @@ export function waitForMessage(
/**
* Wait for the specified observer topic to be observed.
*
* This method has been duplicated from TestUtils.jsm.
* This method has been duplicated from TestUtils.sys.mjs.
*
* Because this function is intended for testing, any error in checkFn
* will cause the returned promise to be rejected instead of waiting for
Expand Down

0 comments on commit cfdc236

Please sign in to comment.