Checks if content is a test file.
Returns true if the content imports the test package.
true
@override bool isTest(String content) => false;