Skip to content

Develop fix#939

Open
Maryna4444-alt wants to merge 4 commits into
mate-academy:mainfrom
Maryna4444-alt:develop
Open

Develop fix#939
Maryna4444-alt wants to merge 4 commits into
mate-academy:mainfrom
Maryna4444-alt:develop

Conversation

@Maryna4444-alt
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@Oleksii-Siviolov Oleksii-Siviolov left a comment

Choose a reason for hiding this comment

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

GJ

Comment thread src/splitInteger.test.js
Comment on lines +19 to 21
test("should add zeros if value < numberOfParts", () => {
expect(splitInteger(0, 4)).toEqual([0, 0, 0, 0]);
});
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

test("should add zeros if value < numberOfParts", () => { expect(splitInteger(2, 4)).toEqual([0, 0, 1, 1]); });

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