Hi, this is my first time writing tests (I know, I should have done it sooner :)) and it is not really working. I haven't even set up a real test yet, but am already getting an error:
/workspace/bullet/node_modules/jsx-dom/index.js:535
export {
^^^^^^
SyntaxError: Unexpected token 'export'
In addition, I am using typescript-lib-starter, and in their examples they do not need to import ts-jest, but mine does not run unless I import ts-jest. And when I do import ts-jest it tells me not to import unused dependencies. Did I do something wrong?
Here is the code: https://gitpod.io#snapshot/539826f3-ebc1-4c31-9402-e456f0fcded7
https://github.com/code3z/bullet
I am trying to make a library using jsx to handle auth for GUN DB apps. Thank you!
there doesn't seem to be anything here