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
11 lines
148 B
JavaScript
11 lines
148 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": "plugin:mozilla/mochitest-test",
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"webextensions": true,
|
|
},
|
|
};
|