gecko-dev/toolkit/components/extensions/test/xpcshell/webidl-api/.eslintrc.js
Luca Greco 1570f59193 Bug 1682632 - part2.8: WebExtensions API request handling unit tests. r=baku,mixedpuppy
- Added a new set of xpcshell-tests in toolkit/components/extensions/test/xpcshell/webidl-api
  for unit tests related to the WebIDL bindings API request forwarding

Depends on D99886

Differential Revision: https://phabricator.services.mozilla.com/D99887
2021-06-11 18:58:11 +00:00

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,
},
};