Closed mikeborodin closed 9 months ago
In one of the projects I work on we have class names provided as argument for group descriptions (Object?) like this: It helps avoiding inconsistency when we rename the subject class.
Object?
group(LoginUseCase, () { test('should pass', () { expect(true, true); }); });
This PR updates the TS query to match the first argument even if it's not a string.
Screenshot:
Thanks, @mikeborodin!
In one of the projects I work on we have class names provided as argument for group descriptions (
Object?
) like this: It helps avoiding inconsistency when we rename the subject class.This PR updates the TS query to match the first argument even if it's not a string.
Screenshot: