discord-webhook/__tests__/webhook.test.ts
2024-04-05 09:20:51 +00:00

5 lines
118 B
TypeScript

import {expect, test} from '@jest/globals'
test('fails with missing URL', async () => {
expect(true).toBe(true)
})