mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: it
|
|
# key: it
|
|
# --
|
|
it('$1', function(done){
|
|
$2
|
|
});
|