describe("Test", function() { it(`user has a value: "John"`, function() { expect(user).toEqual("John"); }); });