mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
15cfe23b88
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
10 lines
161 B
JavaScript
10 lines
161 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: [
|
|
"plugin:mozilla/mochitest-test",
|
|
"plugin:mozilla/browser-test",
|
|
"plugin:mozilla/chrome-test",
|
|
],
|
|
};
|