-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/SMA-81-testing-framework #277
Conversation
SMA-81 Add testing framework in SDK repository
Currently SDK repository doesn't have any test cases framework. Goal is to identify and setup a testing framework in the repository so we can start writing test cases. Initial framework suggestions are jest or vitest. We need to explore which framework is better for writing test cases for sdk. SDK Repository https://github.com/bcnmy/biconomy-client-sdk |
lerna bootstrap or yarn and then yarn build is not working for me. |
Features/sma 86 code style
Description
Added Jest, I highly recommend using it as it's widely used, easy for our team to adopt, and has extensive documentation for quick problem-solving.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Ran existing tests, update tests to cover all packages