http_server
http_server copied to clipboard
The test_config file, or a dart_test.yaml file, should disable testing on browsers
This package depends on dart:io, if I am not mistaken, and cannot work when run on browsers. But testing it using "pub run test" tries to run its unit tests on browsers, and fails.
The tests should be disabled on platforms that don't support dart:io, shouldn't they?