BrandonArmand / Binari

Interactive code editor with a live binary tree visual designed to teach new developers the fundamentals of Data Structures.

Home Page:https://binari.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add test cases for react components

IvaniGabrovsky opened this issue · comments

  • Bug
  • Clean up
  • Question
  • Enhancement
  • Suggestion
  • Other

What needs to be done.

Test cases need to be added for react components.

Why

At the moment there is no effective way to test the code. Testing by a human is not effective and is time consuming and is error prone.

How

JavaScript files with react components will have there own test cases testing for different scenarios.

Welcome to your first issue! A maintainer will review the Issue and get back to you as soon as possible.

Hello! I'm interested in contributing and I noticed that issue #77 is still open. Is it okay if I work on this issue?

I'm looking into contributing here too but I think the project is not currently active @itsAfnanAlam

@itsAfnanAlam @Moscode Hey guys! I'm sorry for not getting back to you, but either of you are welcome to work on this. I would be happy to review it. I have not been active because Facebook (Meta) restricted me from contributing to this project during my employment there, but as I no longer work there I would be happy to get back to completing this project (:

@BrandonArmand Thank you for your response. I'll start to work on this...

@BrandonArmand Welcome back. Thanks for the update.

@itsAfnanAlam @Moscode Hello! I'm new to the contributing world of Github. Would it be possible to work with you guys on this issue?

@itsAfnanAlam @Moscode Hello! I'm new to the contributing world of Github. Would it be possible to work with you guys on this issue?

I haven't seen from them, so if you want you are welcome to do whatever you can do to contribute to this (:

Hi just added the header component test cases!