rstest
rstest copied to clipboard
[Bug]: 'Module not found' error can not trace source
Version
rstest 0.3.1
Details
expect show error frame like below:
Reproduce link
https://github.com/web-infra-dev/rstest/blob/main/examples/node
Reproduce Steps
fake a Module not found error.
import aaa from 'aaa';
console.log(aaa);