Skip to content

Commit

Permalink
fix pack testing (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jul 5, 2018
1 parent 071d2d5 commit b2b293d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/fixtures/smoke-testing.ts
@@ -1,13 +1,9 @@
#!/usr/bin/env ts-node

import { Wechaty } from 'wechaty'
import { PuppetMock } from 'wechaty-puppet-mock'
import { MemoryCard } from 'memory-card'

async function main() {
const bot = Wechaty.instance({
puppet: new PuppetMock(),
})
const bot = Wechaty.instance({ puppet: 'mock' })
try {
await bot.start()
console.log(`Wechaty v${bot.version()} smoking test passed.`)
Expand Down

0 comments on commit b2b293d

Please sign in to comment.