Skip to content

Instantly share code, notes, and snippets.

@ukiuni
Created December 13, 2013 14:20
Show Gist options
  • Save ukiuni/7944932 to your computer and use it in GitHub Desktop.
Save ukiuni/7944932 to your computer and use it in GitHub Desktop.
JUnit(Java)でJavaScriptをテストする。 ref: http://qiita.com/ukiuni@github/items/b16f9d0f2062f59e5f7b
function plus(x, y) {
return x+y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment