💄
This commit is contained in:
parent
c2fd43c3e8
commit
abd3e86fb1
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ describe 'protocol API', ->
|
||||||
protocol.unregisterProtocol 'atom-file-job'
|
protocol.unregisterProtocol 'atom-file-job'
|
||||||
|
|
||||||
describe 'protocol.isHandledProtocol', ->
|
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('file'), true
|
||||||
assert.equal protocol.isHandledProtocol('http'), true
|
assert.equal protocol.isHandledProtocol('http'), true
|
||||||
assert.equal protocol.isHandledProtocol('https'), true
|
assert.equal protocol.isHandledProtocol('https'), true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue