mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 03:38:51 +02:00
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D65703 --HG-- extra : moz-landing-system : lando
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
env: {
|
|
// The tests in this folder are testing based on WebExtensions, so lets
|
|
// just define the webextensions environment here.
|
|
webextensions: true,
|
|
},
|
|
};
|