Description
I know this isn't an issue but I noticed that writing tests in dart requires the use of the package manager. This could hinder writing tests for scripts that people may wish to write in dart.
Given you can import files locally without issue in dart, I was curious as to why the SDK by default doesn't include the test package as this could allow for a 'test file' and 'script file' kind of workflow both for a simpler introduction to the language and for an ease in for new developers (both to dart and to testing)
Thanks for all the hard work on dart, it is my go-to language for a lot of scripts I write and the tooling around it is great. Please keep up the fantastic work the team is doing. Also I find your open communications through the dart blog to be fantastic :)