Skip to content

Conversation

@pkdotson
Copy link

No description provided.

// Phillip Kelley-Dotson
// Arrange numbers and strings into ascending order.

const solution3 = (actual) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should not commit anything in yourSolution.js

});
});
// for solution3
it.only('solution2 - array should have numbers in ascending order - single',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you duplicating a test case that is already written in line 30?

it('should return I', () => {
expect(solution('I')).eql('I');
});
it.only('should reverse word order', () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this file doing in your MR to submit solution to #5 ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants