[BUG] Unexpected token } in JSON at position 439
mathieutu opened this issue · 1 comments
mathieutu commented
Hi,
I've an issue with my tests suite.
I don't why and when, but the test runner is constantly failing with:
ERROR Unexpected token } in JSON at position 439 11:53:11
at JSON.parse (<anonymous>)
at Object.load (node_modules/@peeky/runner/dist/worker.js:6549:19)
You can find the test file here:
https://github.com/mathieutu/nodemailer-react/blob/tests/__tests__/index.spec.jsx
And the failing run here:
https://github.com/mathieutu/nodemailer-react/runs/3431371103?check_suite_focus=true
Any thoughts?
Thanks!
mathieutu commented
ok nevermind, I had a trailing comma in my tsconfig.json... 🤦