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
- Typescript & Python are your preferred languages.
- make use of pnpm instead of npm.
- if you make changes to typescript make sure you run the tests with `node --import=tsx --experimental-test-snapshots --test-concurrency=1 --test <filepath>`
- if you make changes to python make sure you run the tests with `python -m pytest <filepath> -vv`
- `typescript/tests/*.test.ts` or `python/tests/*.py` can be used as filepath to test everything.