Add test folder/file#35
Open
AidenCarere wants to merge 16 commits into
Open
Conversation
Feature/tests
deleted files not in use
Rendered left main container and then got the iterate button with getby text. Then we reset the the onclick function to the handle mock iterate function. Key was changing to onclick lower case and not camel case since we already rendered the left main container component so the iterate button was an html element. Big typescript win Co-author-by: Mike <mdtagg91@gmail.com> Co-author-by: Aiden <aidencarere@gmail.com> Co-author-by: Mel <mkoppens12@hotmail.com> Co-author-by: Dylan <dster777@gmail.com>
Cleaned up comments in LeftMainContainer.test.js
Add beforeEach block, currently troubleshooting
…nt. Comment out all code in that test block
…dev' into feature/tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a folder 'tests' to hold our tests