karma-dart
karma-dart copied to clipboard
Use config.port
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.
This is pretty terrible design in Karma, I know;-)