Closed
Description
This is how the output looks like in WebStorm debug console:
debug:55618 --break-at-isolate-spawn --enable-vm-service:40572 --trace_service_pause_events /tmp/jetbrains_unit_config.dart
Testing started at 3:55 PM ...
Observatory listening on http://127.0.0.1:40572
00:00 �[32m+0�[0m�[31m -1�[0m: bwu_datastore_connection.test.model basic�[0m
type '() => Entity' is not a subtype of type 'Entity' of 'value'.
dart:core List.addAll
model.dart 29:24 main.<fn>.<fn>
dart:isolate _RawReceivePortImpl._handleMessage
00:00 �[32m+0�[0m�[31m -1�[0m: �[31mSome tests failed.�[0m
Process finished with exit code 0
Other packages run into this as well. pub
itself is one of these where it works well.
see also