Skip to content

Commit

Permalink
Update services/coderabbit/coderabbit-stats.tester.js
Browse files Browse the repository at this point in the history
Co-authored-by: jNullj <[email protected]>
  • Loading branch information
aravindputrevu and jNullj authored Dec 21, 2024
1 parent 31b95a8 commit 34fa95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/coderabbit/coderabbit-stats.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ t.create('live CodeRabbitStats')
.get('/stats/github/coderabbitai/ast-grep-essentials.json')
.expectBadge({
label: 'CodeRabbit Reviews',
message: /^\d+$/,
message: Joi.number().min(0)

Check failure on line 9 in services/coderabbit/coderabbit-stats.tester.js

View workflow job for this annotation

GitHub Actions / test-lint

'Joi' is not defined
})

t.create('CodeRabbitStats valid repo')
Expand Down

0 comments on commit 34fa95b

Please sign in to comment.