Skip to content

Commit

Permalink
Fixed failing test. Sry
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Apr 7, 2017
1 parent 1cc4f51 commit 84925b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/typescript/typescript-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1118,4 +1118,5 @@ test("803 - action.bound and action preserve type info", t => {
}) as () => void

const bound2 = action.bound(function () {}) as (() => void)
t.end()
})

0 comments on commit 84925b3

Please sign in to comment.