describe("Basic test", function() { let text = "I am a basic test"; it("should work", function() { expect(text).toBe("I am a basic test"); }) })