diff options
Diffstat (limited to 'testing/modules')
-rw-r--r-- | testing/modules/TestUtils.sys.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/modules/TestUtils.sys.mjs b/testing/modules/TestUtils.sys.mjs index cbf6b2d439..82e954e305 100644 --- a/testing/modules/TestUtils.sys.mjs +++ b/testing/modules/TestUtils.sys.mjs @@ -13,7 +13,7 @@ * work with browser windows and tabs. * * Individual components also offer testing functions to other components, for - * example LoginTestUtils.jsm. + * example LoginTestUtils.sys.mjs. */ import { clearTimeout, setTimeout } from "resource://gre/modules/Timer.sys.mjs"; |