7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
// Extend from the shared list of defined globals for mochitests.
|
|
"extends": "plugin:mozilla/chrome-test"
|
|
};
|