mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -08:00
4 lines
64 B
TypeScript
4 lines
64 B
TypeScript
test('TODO', async () => {
|
|
await expect(true).toBeTruthy()
|
|
})
|