Skip to content

Commit

Permalink
Output valid JSONP from slow test resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jul 13, 2016
1 parent e554aec commit 89974c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.coffee
Expand Up @@ -95,7 +95,7 @@ app.post '/test/create', (req, res) ->

app.all '/test/slow', (req, res) ->
setTimeout ->
res.send 'DONE'
res.jsonp result: 'ok'
, 200

app.get '/test/cached', (req, res) ->
Expand Down

0 comments on commit 89974c4

Please sign in to comment.