/// //@Filename: file.tsx ////function foo() { //// return ( ////
////hello ////goodbye ////
//// ) ////} verify.currentFileContentIs( `function foo() { return (
hello goodbye
) }` ); format.document(); verify.currentFileContentIs( `function foo() { return (
hello goodbye
) }` );