2020-03-12 02:27:37 -04:00

10 lines
88 B
TypeScript

/**
* @format
*/
export const _ = 0
it('adds', () => {
expect(2 + 2).toBe(4)
})