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