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 */); ```