mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-17 12:14:57 +08:00
💄
This commit is contained in:
@@ -72,7 +72,7 @@ describe 'protocol API', ->
|
||||
protocol.unregisterProtocol 'atom-file-job'
|
||||
|
||||
describe 'protocol.isHandledProtocol', ->
|
||||
it 'returns true if the scheme can be handled', (done) ->
|
||||
it 'returns true if the scheme can be handled', ->
|
||||
assert.equal protocol.isHandledProtocol('file'), true
|
||||
assert.equal protocol.isHandledProtocol('http'), true
|
||||
assert.equal protocol.isHandledProtocol('https'), true
|
||||
|
||||
Reference in New Issue
Block a user