I struggled with this be…
I struggled with this before, but forgot what the cause/resolution was. Can someone explain why jest is falling over on this? ``` /Users/liebrand/code/tortuga/node_modules/@types/chai/index.d.ts:18 declare namespace Chai { ^^^^^^^^^
SyntaxError: Unexpected identifier
1 | import stripePackage from 'stripe';
> 2 | import chai, { assert } from 'chai';```