Skip to content

Instantly share code, notes, and snippets.

@hokaccha
Created July 4, 2013 11:53
Show Gist options
  • Select an option

  • Save hokaccha/5927057 to your computer and use it in GitHub Desktop.

Select an option

Save hokaccha/5927057 to your computer and use it in GitHub Desktop.
// tests
describe('XHR2 Test', { hasXhr2: true }, function() {
//...
});
// setup
mocha.setup({
exclude: { hasXhr2: !support.hasXhr2 }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment