mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -31,9 +31,7 @@ describe('waitForUrlEvent', () => {
|
||||
test('returns a Claude URL from environment variables', async () => {
|
||||
process.env.CLAUDE_CODE_URL_EVENT = 'claude-cli://prompt?q=hello'
|
||||
|
||||
await expect(waitForUrlEvent()).resolves.toBe(
|
||||
'claude-cli://prompt?q=hello',
|
||||
)
|
||||
await expect(waitForUrlEvent()).resolves.toBe('claude-cli://prompt?q=hello')
|
||||
})
|
||||
|
||||
test('returns a Claude URL from argv', async () => {
|
||||
|
||||
Reference in New Issue
Block a user