Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Apr 21, 2024
1 parent b950158 commit 17fd075
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ describe('a', () => {
expect(a).toBeInstanceOf(Function)
expect(a()).toBeUndefined()
})
it('test1', () => {
// is function
expect(a).toBeInstanceOf(Function)
expect(a()).toBeUndefined()
})
it('test2', () => {
// is function
expect(a).toBeInstanceOf(Function)
expect(a()).toBeUndefined()
})
})

0 comments on commit 17fd075

Please sign in to comment.