We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3195f commit 6a12012Copy full SHA for 6a12012
exercises/practice/rectangles/rectangles.spec.js
@@ -116,13 +116,13 @@ describe('Rectangles', () => {
116
xtest('rectangles must have four sides', () => {
117
const expected = 5;
118
const actual = count([
119
- "+-+ +-+",
120
- "| | | |",
121
- "+-+-+-+",
122
- " | | ",
123
124
125
- "+-+ +-+"
+ '+-+ +-+',
+ '| | | |',
+ '+-+-+-+',
+ ' | | ',
126
]);
127
128
expect(actual).toEqual(expected);
0 commit comments