summaryrefslogtreecommitdiffstats
path: root/dom/fs/test/mochitest/worker/test_fileSystemDirectoryHandle_worker.js
blob: d4ba0b387c129f884cb145036251308e1e213623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

add_task(async function init() {
  const testCases = await require_module(
    "dom/fs/test/common/test_fileSystemDirectoryHandle.js"
  );
  Object.values(testCases).forEach(async testItem => {
    add_task(testItem);
  });
});