5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
it('${1:should...}', function() {
|
|
expect(${2:condition}).toEqual(${3});
|
|
});
|
|
|