http_server icon indicating copy to clipboard operation
http_server copied to clipboard

The test_config file, or a dart_test.yaml file, should disable testing on browsers

Open whesse opened this issue 7 years ago • 0 comments

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?

whesse avatar Mar 14 '18 16:03 whesse