Skip to content

Commit

Permalink
test(index): correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Nov 21, 2019
1 parent e6e7bc0 commit 5b576ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as o from '../index'

describe('index', (): void => {
test('should have 31 functions (+ default)', (): void => {
expect(Object.keys(o)).toHaveLength(31)
test('should have 33 functions (+ default)', (): void => {
expect(Object.keys(o)).toHaveLength(33)
})

test('all key values should be functions', (): void => {
Expand Down

0 comments on commit 5b576ca

Please # to comment.