-- test.jsx -- == should not repeat jsx text that looks like comment == export function install() { return ( // ... ); } [expect] export function install() { return ( // ... ); }