-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
base: main
Are you sure you want to change the base?
feat: 🎸 channel #2525
Conversation
@@ -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 ], |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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.
issue: #2467
由于其他相关 PR 还没合并, CI 暂时无法通过