Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatorePreviti committed Jun 14, 2018
1 parent 0efd441 commit ba37883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('RoaringBitmap32Iterator', () => {
})

it('can be called as a normal function', () => {
const iter = ((RoaringBitmap32Iterator as any) as () => RoaringBitmap32Iterator)()
const iter = (RoaringBitmap32Iterator as any)()
expect(iter).toBeInstanceOf(RoaringBitmap32Iterator)
})

Expand Down

0 comments on commit ba37883

Please sign in to comment.