mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 12:09:15 +00:00
rollup
This commit is contained in:
12
packages/io/tests/methods.test.js
Normal file
12
packages/io/tests/methods.test.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const { test, suite } = require('uvu')
|
||||
const { snapshot } = require('uvu/assert')
|
||||
|
||||
const botTest = suite('bot-function')
|
||||
|
||||
test(``, async () => {
|
||||
|
||||
|
||||
|
||||
})
|
||||
|
||||
botTest.run()
|
||||
Reference in New Issue
Block a user