diff options
Diffstat (limited to 'test/hotkey-util.test.js')
-rw-r--r-- | test/hotkey-util.test.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hotkey-util.test.js b/test/hotkey-util.test.js index 02622c40..5b8c4e73 100644 --- a/test/hotkey-util.test.js +++ b/test/hotkey-util.test.js @@ -16,6 +16,8 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +/* eslint-disable no-multi-spaces */ + import {expect, test} from 'vitest'; import {HotkeyUtil} from '../ext/js/input/hotkey-util.js'; |