coffeescript-support/snippets/it.snippet
Christopher H. Laco c55a704cbd Initial import
2011-01-30 22:13:44 -05:00

5 lines
78 B
Plaintext

it('${1:should...}', function() {
expect(${2:condition}).toEqual(${3});
});