mirror of
https://github.com/tsickert/discord-webhook.git
synced 2025-02-03 21:16:41 -05:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
import {expect, test} from '@jest/globals'
|
|
|
|
test('fails with missing URL', async () => {
|
|
expect(true).toBe(true)
|
|
})
|