describe("Test", function() { it(`user and admin have value "John"`, function() { expect(user).toEqual("John"); expect(admin).toEqual("John"); }); });