提交 d1f7191b 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

change default puppet to puppet-service

上级 2a8689ad
......@@ -87,7 +87,7 @@ test('systemPuppetName ()', async t => {
const WECHATY_PUPPET_ORIG = process.env.WECHATY_PUPPET
delete process.env.WECHATY_PUPPET
t.equal(config.systemPuppetName(), 'wechaty-puppet-puppeteer', 'should get wechaty-puppet-puppeteer as puppet name')
t.equal(config.systemPuppetName(), 'wechaty-puppet-service', 'should get wechaty-puppet-service as default puppet name')
process.env.WECHATY_PUPPET = 'wechaty-puppet-mock'
t.equal(config.systemPuppetName(), 'wechaty-puppet-mock', 'should get puppet name from process.env')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册