mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 11:48:19 +02:00
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: [
|
|
"plugin:mozilla/browser-test",
|
|
"plugin:mozilla/chrome-test",
|
|
"plugin:mozilla/mochitest-test",
|
|
],
|
|
};
|