mirror of
https://github.com/dorny/test-reporter.git
synced 2026-06-08 19:47:11 +00:00
3 lines
64 B
TypeScript
3 lines
64 B
TypeScript
test('TODO', async () => {
|
|
await expect(true).toBeTruthy()
|
|
})
|