Refactor browser tests: assertions in Node.js, browser only runs APIs
- Load Prettier in Node.js from dist for comparison
- Browser only executes format() API, no assertions
- Node.js compares browser output with Node.js output
- Ensures browser and Node.js produce identical results
- All assertions done in Node.js test code
Co-authored-by: fisker <172584+fisker@users.noreply.github.com>