![tj-actions[bot]](/assets/img/avatar_default.png)
Co-authored-by: Tonye Jack <jtonye@ymail.com> Co-authored-by: GitHub Action <action@github.com>
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
describe('main test', () => {
|
|
it('adds two numbers', async () => {
|
|
expect(1 + 1).toEqual(2)
|
|
})
|
|
})
|