Skip to content

Commit

Permalink
Skip test due to dartsome#25
Browse files Browse the repository at this point in the history
  • Loading branch information
sestegra committed May 22, 2016
1 parent e1d88a7 commit 9c65227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/typed_json_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ main() {

expect(TypedModelA, list[0]?.runtimeType);
expect(TypedModelA, list[1]?.runtimeType);
});
}, testOn: "!js"); // TODO Issue #25 - https://github.com/walletek/serializer/issues/25

test("list - fromList", () {
List list = serializer.fromList(
Expand Down

0 comments on commit 9c65227

Please sign in to comment.