-- file.js --
== should allow jsx in js files ==
const t = <test></test>;

[expect]
const t = <test></test>;
