jest expect string of test to contain something code example
Example: jest expect not contain
expect('some string').toEqual(expect.not.stringContaining('something else'))
expect('some string').toEqual(expect.not.stringContaining('something else'))