summaryrefslogtreecommitdiffstats
path: root/comm/mail/test/browser/cloudfile/head.js
blob: 436af7ea0eb4b0a5d955a3de00f3f0244b3dc466 (plain)
1
2
3
4
5
6
7
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, you can obtain one at http://mozilla.org/MPL/2.0/. */

function collectFiles(files) {
  return files.map(filename => new FileUtils.File(getTestFilePath(filename)));
}