describe("Test", function() { it(`user equals "John"`, function() { expect(user).toEqual("John"); }); });