example: ```javascript test('test ^', () => { console.log("hello ") }); ``` When you click `Debug`. The character `^` causes an error. Console information: ``` Ran all test suites matching /PointInPolyline.test.ts/i with tests matching "test \\^". ```