Skip to content

[prefer-to-contain] handle bracket accessor properties #369

@G-Rath

Description

@G-Rath

Once #363 is merged, prefer-to-contain should be adjusted to support bracket accessor properties:

expect(files['length']).toBe(1);
expect(/* args */)['not'].toBe(/* args */);
describe['skip'](/* args */);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions