summaryrefslogtreecommitdiffstats
path: root/dom/fs/test/mochitest/worker/test_basics_worker.js
blob: e4a4958071a1f93e25eb03d5ae38724aa4221624 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * 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_basics.js");
  Object.values(testCases).forEach(async testItem => {
    add_task(testItem);
  });
});