-
Notifications
You must be signed in to change notification settings - Fork 98
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
[TEST] Create unit tests for utils/scaffold-stark/types.ts
file
#371
Comments
I will write vitest tests for the file and ensure test passes completely before making PR. |
I'd love to work on this! |
May I take care of this? |
I’d like to resolve this. |
Mind if I try this one? |
Hi, ETA: |
I’m interested in this one. |
I'm a software developer with 2+ years of experience and I have worked with backend technologies such as Cairo, Java, C# and frontend with React, NextJS, JS/TS. Also, I'm a member of the Dojo Coding community here in CR and I have made contributions in Cairo VM Go, Cairo VM TS, Cairo Lints etc. Likewise, I’m a Cairo developer working in ByteBuildersLabs creating on-chain games using the Dojo framework. This is my approach: 1- I will review the project structure to place the tests as expected. Here I applied unit tests with Vitest: ArkProjectNFTs/ark-market#181 ET: 3 days |
Hi, |
i'm a frontend dev and blockchain dev |
I'm a software developer with 2+ years of experience and I have worked with backend technologies such as Cairo, Java, C# and frontend with React, NextJS, JS/TS. Also, I'm a member of the Dojo Coding community here in CR and I have made contributions in Cairo VM Go, Cairo VM TS, Cairo Lints etc. Likewise, I’m a Cairo developer working in ByteBuildersLabs creating on-chain games using the Dojo framework. This is my approach: 1- I will review the project structure to place the tests and other parts as expected. I implemented the same here: ArkProjectNFTs/ark-market#181 ET: 3 days |
I’d like to work on this. |
Is this issue still available? |
am a software developer with experience in create web applications and writing test to ensure proper functionality of these applications. check the link to similar task |
I would like to work on this issue |
Issue Overview
Unit tests required for the indicated file to ease future refactoring and feature validations.
Proposed Solutions or Ideas (more like tips and reminders)
@testing-library/react
,README.md
on how to execute the testsit.only()
to isolate tests in case you need to, but do not forget to remove it once you are submitting your PR.Code Coverage
IMPORTANT - When submitting a PR, please provide a screenshot of the coverage for the specific units you are working on. We would like to achieve >= 70 % code coverage.
Happy Hacking!
Example:
The text was updated successfully, but these errors were encountered: