Hey there, I tried running the test suites locally after installing all the dependencies, but it seems like Jest isn’t configured to handle JSX/TypeScript. The jest.config.js file is empty, so I’m thinking it might have been missed during the mirroring of the repo to GitHub.
Here’s what I used:
Install command: yarn install
Test command: npm run test
Unfortunately, all the tests fail with errors related to unsupported syntax. Of course, I could be missing something here, so any guidance would be appreciated!
Hey there, I tried running the test suites locally after installing all the dependencies, but it seems like Jest isn’t configured to handle JSX/TypeScript. The
jest.config.js
file is empty, so I’m thinking it might have been missed during the mirroring of the repo to GitHub.Here’s what I used:
yarn install
npm run test
Unfortunately, all the tests fail with errors related to unsupported syntax. Of course, I could be missing something here, so any guidance would be appreciated!
Thanks a bunch! 😸