### Version ```sh rstest 0.3.1 ``` ### Details <img width="882" height="485" alt="Image" src="https://github.com/user-attachments/assets/21df6607-77ab-47be-99a9-bd4bc58c3d0f" /> expect show error frame like below: <img width="849" height="305" alt="Image" src="https://github.com/user-attachments/assets/586b7b4a-ac18-4479-b212-d0b2f6c67ff1" /> ### Reproduce link https://github.com/web-infra-dev/rstest/blob/main/examples/node ### Reproduce Steps fake a `Module not found` error. ```ts import aaa from 'aaa'; console.log(aaa); ```