coffeescript-support/snippets/it.snippet

5 lines
78 B
Plaintext

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