3 lines
64 B
TypeScript
3 lines
64 B
TypeScript
test('TODO', async () => {
|
|
await expect(true).toBeTruthy()
|
|
})
|
test('TODO', async () => {
|
|
await expect(true).toBeTruthy()
|
|
})
|