Skip to content
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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Every test of the Advent Of Code #5

wants to merge 14 commits into from

Conversation

brice
Copy link
Owner

@brice brice commented Dec 3, 2022

No description provided.

@brice brice assigned brice and unassigned brice Dec 15, 2022
Copy link
Owner Author

@brice brice left a 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.

src/test.html Show resolved Hide resolved
@@ -1,8 +1,68 @@
mocha.setup('tdd');

suite('Day One of Advent of Code', () => {
suite('Day one of Advent of Code', () => {
Copy link
Owner Author

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', () => {
Copy link
Owner Author

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

Copy link
Owner Author

@brice brice left a 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

@brice
Copy link
Owner Author

brice commented Dec 19, 2022

Close this pull request in order to integrates changes in main branch.

@brice brice closed this Dec 19, 2022
@brice brice reopened this Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant