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 1e5a706 commit 6073c13Copy full SHA for 6073c13
exercises/practice/bob/bob.spec.js
@@ -103,8 +103,8 @@ describe('Bob', () => {
103
});
104
105
xtest('multiple line question', () => {
106
- const result = hey('\nDoes this cryogenic chamber make me look fat?\nNo.');
107
- expect(result).toEqual('Whatever.');
+ const result = hey('\nDoes this cryogenic chamber make\n me look fat?');
+ expect(result).toEqual('Sure.');
108
109
110
xtest('starting with whitespace', () => {
0 commit comments