-
Notifications
You must be signed in to change notification settings - Fork 0
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
Every test of the Advent Of Code #5
base: main
Are you sure you want to change the base?
Conversation
* Reintroduce code from previous days * Create function stub
Create a test and a stub function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It need to be refactored but it can be merged.
@@ -1,8 +1,68 @@ | |||
mocha.setup('tdd'); | |||
|
|||
suite('Day One of Advent of Code', () => { | |||
suite('Day one of Advent of Code', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this test in a day_1 file.
}); | ||
|
||
suite('Day two of Advent of Code', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this test in a day_2.js file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve everything there
Close this pull request in order to integrates changes in main branch. |
No description provided.