Skip to content

Instantly share code, notes, and snippets.

@munro
Created July 23, 2012 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save munro/3164908 to your computer and use it in GitHub Desktop.
Save munro/3164908 to your computer and use it in GitHub Desktop.
Can't use testling
✱ ryan ~ master ♥
✱ curl -u MY_EMAIL -sSNT test.js "testling.com/?browsers=iexplore/7.0,iexplore/8.0,chrome/13.0"
Enter host password for user 'MY_EMAIL':
iexplore/7.0:
curl: (18) transfer closed with outstanding read data remaining
✱ ryan ~ master ♥
var test = require('testling');
test('json parse', function (t) {
t.deepEqual(JSON.parse('[1,2]'), [1,2]);
t.end();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment