mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
13 lines
170 B
JavaScript
13 lines
170 B
JavaScript
const { test, suite } = require('uvu')
|
|
const { snapshot } = require('uvu/assert')
|
|
|
|
const botTest = suite('bot-function')
|
|
|
|
test(``, async () => {
|
|
|
|
|
|
|
|
})
|
|
|
|
botTest.run()
|