You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update minimum node version, and update dev dependencies. (#50)
Unit tests were failing with Jest error `SyntaxError: Unexpected token
'export'`
This PR bumps minimum supported Node version to 18 and updates `jest`
and `ts-jest` packages to latest in order to solve the problem.
0 commit comments