test('Created with old code style where object has 2 fields',()=>{expect(github).toMatchObject({'name':expect.any(String),'ip':expect.any(String),});});
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I don't know is it correct, my first example: