mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
a26105ff45
Differential Revision: https://phabricator.services.mozilla.com/D9661 --HG-- extra : moz-landing-system : lando
10 lines
163 B
JavaScript
10 lines
163 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"plugin:mozilla/browser-test",
|
|
"plugin:mozilla/chrome-test",
|
|
"plugin:mozilla/mochitest-test",
|
|
],
|
|
};
|