mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-08 08:57:43 +08:00
5 lines
146 B
CoffeeScript
5 lines
146 B
CoffeeScript
describe 'http', ->
|
|
describe 'sending request of http protocol urls', ->
|
|
it 'should not crash', ->
|
|
$.get 'https://api.github.com/zen'
|