meganesu / generate-gb-opcodes

A helper project to dynamically generate the opcodes for each Game Boy CPU instruction mnemonic
https://meganesu.github.io/generate-gb-opcodes/
42 stars 9 forks source link

test: 💍 focus when opening/closing sidebar #21

Closed theashraf closed 4 years ago

theashraf commented 4 years ago

it's a good practice not to test the implementation details, so I've done the assertions against the active focused elements in the dom rather than and spying on useRef. closes #20