Skip to content

Commit df60bbc

Browse files
committed
Fixin wrong test name
1 parent 60affb4 commit df60bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/word-count/word-count.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('countWords', () => {
136136
expect(countWords(",\n,one,\n ,two \n 'three'")).toEqual(expectedCounts);
137137
});
138138

139-
xtest('alternating word separators not detected as a word', () => {
139+
xtest('quotation for word with apostrophe', () => {
140140
const expectedCounts = {
141141
can: 1,
142142
"can't": 2,

0 commit comments

Comments
 (0)