integration.test.ts 50 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
1
2
3
test('add 1+1', () => {
    expect(1+1).toBe(2)
})