Skip to content

Commit

Permalink
[test] adds a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalski committed Dec 5, 2016
1 parent b3ee572 commit 28f7f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion type-definitions/tests/immutable-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ numberList = List.of('a', 1)

numberList = List().set(0, 0)
numberOrStringList = List.of(0).set(1, 'a')
// $ExpectError
numberList = List().set(0, 'a')

numberList = List().insert(0, 0)
Expand Down

0 comments on commit 28f7f80

Please sign in to comment.