Files
tubestation/browser/components/extensions/test/mochitest/.eslintrc.js
Masatoshi Kimura 0a8368dc11 Bug 1406594 - Fix history.search and history.getVisited so that they find hidden items correctly. r=aswan,bsilverberg
I had to add a mochitest because PlacesUtils.history.insertMany cannot create hidden redirects.

I also added a support for the "reload" transition while I am here.

MozReview-Commit-ID: ECQp6pW2r8v
2017-10-07 06:04:56 +09:00

11 lines
148 B
JavaScript

"use strict";
module.exports = {
"extends": "plugin:mozilla/mochitest-test",
"env": {
"browser": true,
"webextensions": true,
},
};