mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
Apparently we should check each command specified by browser.gesture.swipe.left or browser.gesture.swipe.right, it will be fixed in bug 1707118. Differential Revision: https://phabricator.services.mozilla.com/D113635
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
extends: ["plugin:mozilla/browser-test"],
|
|
};
|