I don't really like where I placed the fire('close-before',… call.
Adding a behavior inside a shortcut function seem a bad idea but otherwise we must add this call before each (14) close call.
Coverage remained the same at 86.004% when pulling bead328cef0a7df0d4aa201f509a8368d253cdc7 on Metalaka:close-before into c018385af6ae303bdf65a8073c9bf60257eb80f8 on hoaproject:master.
Fix #62
I don't really like where I placed the
fire('close-before',…
call. Adding a behavior inside a shortcut function seem a bad idea but otherwise we must add this call before each (14)close
call.