Skip to content

Instantly share code, notes, and snippets.

@gunar
Last active March 6, 2019 22:38
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 gunar/116421f4a9efca9766a3e04d8d47418d to your computer and use it in GitHub Desktop.
Save gunar/116421f4a9efca9766a3e04d8d47418d to your computer and use it in GitHub Desktop.
Standardized Test example.
// Example: Standardized Testing.
assert.deepEqual(mySort([3, 1, 2]), [1, 2, 3]))
assert.deepEqual(mySort([1, -5, 0, 10]) , [-5, 0, 1, 10]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment