Skip to content

Commit

Permalink
Add somefield test
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Nov 18, 2016
1 parent 4d8b965 commit f542e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/typings-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function reducer(state, action) {
}
else if (isError<MyError, void>(action)) {
let err: MyError = action.payload
let some: string = err.someField
let someFieldValue: string = err.someField
}
}

Expand Down

0 comments on commit f542e79

Please sign in to comment.