mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
3 lines
64 B
TypeScript
3 lines
64 B
TypeScript
test('TODO', async () => {
|
|
await expect(true).toBeTruthy()
|
|
})
|