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