karma-dart
karma-dart copied to clipboard
DEPRECATED. A plugin for Dart language.
When given port is already being used, Karma tries another one and mutates `config.port`. Karma dart needs to use `config.port` instead of just `port`, because it can't see this change....
Hi I have been trying to test a service in our Angular.dart project and this service starts by initializing asynchronous data. When I write my expectations in a anonymous callback...
I ran the compiled Dart unit tests through vanilla jasmine, and it seemed to report each test out. Although it didn't really work, I could at least see logs of...
The Dart analyzer will spot errors and produce high-quality error messages. karma-dart should use it.
If I forget a main(), I get the error: It should tell me what file this is in. Or better yet, don't try to execute main() on files that don't...