File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ <h3 class="text-xl font-black text-white mb-6 tracking-tighter italic">OPEN NEW
435435 if ( ( e . ctrlKey || e . metaKey ) && e . key === 's' ) { e . preventDefault ( ) ; triggerSave ( ) ; }
436436 if ( ( e . ctrlKey || e . metaKey ) && e . shiftKey && e . key === 'M' ) { e . preventDefault ( ) ; const mc = e . target . closest ( '.monaco-container' ) || e . target . closest ( '#codeDebugRow' ) ; if ( mc ) toggleMaximize ( mc . id ) ; }
437437 if ( ( e . ctrlKey || e . metaKey ) && e . key === "'" ) { e . preventDefault ( ) ; runCode ( ) ; }
438- if ( ( e . ctrlKey || e . metaKey ) && e . key === '"' ) { e . preventDefault ( ) ; generateTests ( ) ; }
438+ if ( ( e . ctrlKey || e . metaKey ) && e . key === '"' ) { e . preventDefault ( ) ; runTests ( ) ; }
439439 if ( ( e . ctrlKey || e . metaKey ) && e . shiftKey && ( e . key === 'v' || e . key === 'V' ) ) { e . preventDefault ( ) ; toggleVoice ( ) ; }
440440 if ( ( e . ctrlKey || e . metaKey ) && e . shiftKey && e . key === '?' ) { e . preventDefault ( ) ; clickNearestValidate ( ) ; }
441441 if ( ( e . ctrlKey || e . metaKey ) && e . shiftKey && ( e . key === 'd' || e . key === 'D' ) ) { e . preventDefault ( ) ; debugCode ( ) ; }
You can’t perform that action at this time.
0 commit comments