Skip to content

Commit

Permalink
fix(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
MirzaHanan committed Oct 2, 2024
1 parent 274e656 commit 31b1775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { validateImageInputType } from '../index'

describe('validateImageInputType function', () => {
it('should return true for valid image URLs', () => {
it('should returns true for valid image URLs', () => {
expect(validateImageInputType('https://pbs.twimg.com/profile_images/1729542498006294529/AjwhArl6_normal.png')).toBe(
true,
)
Expand Down

0 comments on commit 31b1775

Please sign in to comment.