Skip to content

Commit af2c276

Browse files
committed
remove overly specific test
1 parent 2223cfc commit af2c276

File tree

1 file changed

+0
-7
lines changed
  • exercises/01.expressions-and-output/03.solution.strings

1 file changed

+0
-7
lines changed

exercises/01.expressions-and-output/03.solution.strings/index.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ await test('should print Hello TypeScript', () => {
2828
)
2929
})
3030

31-
await test('should print a full name with a space', () => {
32-
assert.ok(
33-
output.includes('Kody Koala'),
34-
'🚨 Output should include a full name with a space between first and last name',
35-
)
36-
})
37-
3831
await test('should print the concatenated sentence', () => {
3932
assert.ok(
4033
output.includes('I am learning to code'),

0 commit comments

Comments
 (0)