Bug 1856942: part 5) Factor async loading of a sheet out of `Loader::LoadSheet`....
[gecko.git] / xpcom / tests / unit / test_bug745466.js
bloba655bf45b4faaf11a07125cc5341cf44ae2aa153
1 const { FileUtils } = ChromeUtils.importESModule(
2   "resource://gre/modules/FileUtils.sys.mjs"
3 );
5 function run_test() {
6   Assert.ok(FileUtils.File("~").equals(FileUtils.getDir("Home", [])));