index.spec.ts 52 B

123
  1. it('first test', () => {
  2. expect(1 + 1).toBe(2)
  3. })