-
Notifications
You must be signed in to change notification settings - Fork 1
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
Emma tdd lesson1 pass tests #52
Open
emmalgs
wants to merge
18
commits into
emma-tdd-workshop
Choose a base branch
from
emma-tdd-lesson1-pass-tests
base: emma-tdd-workshop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…r + tests 5 & 6 passing
PR note: |
DuHerb
requested changes
Aug 17, 2023
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.
What This Is
Green Phase for Lesson 1 Testing
Ticket
n/a
Steps To Verify
yarn test
Media
Passing tests in terminal
![Screenshot 2023-08-16 at 1 33 54 PM](https://private-user-images.githubusercontent.com/40610781/261132223-8b634388-4294-421a-a3f3-25f9861e19ec.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MjgxMjUsIm5iZiI6MTczOTUyNzgyNSwicGF0aCI6Ii80MDYxMDc4MS8yNjExMzIyMjMtOGI2MzQzODgtNDI5NC00MjFhLWEzZjMtMjVmOTg2MWUxOWVjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEwMTAyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ2MjVlZmM5M2M0YTAzZTcxOGI5N2ZkYzljYmY0ZDAxN2YxODExMDY0MWU2ZWU0ZDM1MjhiMzEwMDZiMDMxMjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9JlnZCuZUcBEC8mkw8lyG6Sdhrnz6ieKAUgmfiBedyk)
Notes
This PR relies on Emma Lesson1 Red Phase