Skip to content

Instantly share code, notes, and snippets.

View malkomalko's full-sized avatar

Robert Malko malkomalko

  • Doximity
  • Atlanta, GA
View GitHub Profile
@malkomalko
malkomalko / gist:3600741
Created September 2, 2012 15:46
js testing cheatsheet
sinon / chai / mocha / js-tests
_____________________________________
#### chai
expect(subject).not.equal(expected)
.a('string')
.instanceof(Foo)