Skip to content

Commit

Permalink
😸
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Feb 27, 2023
1 parent 8902c48 commit a7e9990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twitter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test('tweetIdComparator', (t) => {
t.is(tweetIdComparator('3001', '3001'), 0)
})

test.only('tweetComparator', (t) => {
test('tweetComparator', (t) => {
t.is(tweetComparator({ id: '100' }, { id: '200' }), -1)
t.is(tweetComparator({ id: '3000' }, { id: '999' }), 1)
t.is(tweetComparator({ id: '3001' }, { id: '3001' }), 0)
Expand Down

0 comments on commit a7e9990

Please sign in to comment.