Remove vendor source-inspection tests from yomitan-settings (#67)

This commit is contained in:
2026-05-15 03:06:05 -07:00
committed by GitHub
parent 801cdcafca
commit 4cb0dbfaad
3 changed files with 5 additions and 56 deletions
+1
View File
@@ -575,6 +575,7 @@ test('numeric selection ignores non-digit keys instead of falling through to oth
testGlobals.commandEvents.some((event) => event.type === 'forwardKeyDown'),
false,
);
testGlobals.dispatchKeydown({ key: 'Escape', code: 'Escape' });
} finally {
testGlobals.restore();
}