Files

10 lines
88 B
TypeScript
Raw Permalink Normal View History

2020-03-12 02:27:37 -04:00
/**
* @format
*/
export const _ = 0
it('adds', () => {
expect(2 + 2).toBe(4)
})