Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🎸 channel #2525

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hcfw007
Copy link
Member

@hcfw007 hcfw007 commented Apr 26, 2023

issue: #2467

由于其他相关 PR 还没合并, CI 暂时无法通过

@@ -77,11 +77,11 @@ test('Wechaty Plugin uninstaller should be called after wechaty.stop()', async t

test('isWechatyPluginUninstaller()', async t => {
const FIXTURES = [
[undefined, false],
[() => {}, true],
[ undefined, false ],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create another PR to fix the linting problem.

We will be able to merge that PR very quickly so that this PR will be clearer.

Thanks!

@@ -33,7 +33,7 @@ import {
test('findAll()', async t => {
const EXPECTED_NAME = 'TestingBot'

const puppet = new PuppetMock()
const puppet = new PuppetMock() as any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to as any here?

@@ -1,3 +1,4 @@
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we rename this file?

@@ -22,7 +22,7 @@ import {
Wechaty,
WechatyBuilder,
VERSION,
} from 'wechaty'
} from '@juzi/wechaty'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the non-community module in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants