Skip to content

Instantly share code, notes, and snippets.

@ama-ch
Created July 16, 2014 02:56
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 ama-ch/5451b989e9515e5e8f25 to your computer and use it in GitHub Desktop.
Save ama-ch/5451b989e9515e5e8f25 to your computer and use it in GitHub Desktop.
describe('サンプル', function() {
it('テスト', function() {
// コメント
assert(1 === 2);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment