zacharytamas / atom-jasmine

Snippets for writing Jasmine specs easier in Atom.
MIT License
10 stars 12 forks source link

Add snippets for partial matching, mathcing with any, anything etc. #8

Closed storor closed 8 years ago

storor commented 9 years ago

Snippets for partial matching, mathcing with any, anything and string matching:

zacharytamas commented 8 years ago

Got it, thanks @storor!

stramel commented 8 years ago

Think I would have left jasmine.objectContaining empty between the parenthesis instead of forcing an object in there. I often use a variable defined earlier in my jasmine.objectContaining matcher.