forked from mirrors/gecko-dev
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
9 lines
121 B
JavaScript
9 lines
121 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: ["plugin:mozilla/browser-test"],
|
|
|
|
env: {
|
|
webextensions: true,
|
|
},
|
|
};
|