# Testing ```javascript describe('some test', function () { it('→ some test case', function () { expect(1 + 1).toBe(2); }); }); ```