npm i
npm test
- When performing a test, an error while thrown from global-setup.ts, and the line number of stack is wrong.
- Commenting the "throw new Error('bootstrap error');" at bootstrap.ts, then performing the test, an error while thrown from app.test.ts, and the line number of stack is right.