7 lines
No EOL
74 B
Text
7 lines
No EOL
74 B
Text
# -*- mode: snippet -*-
|
|
# name: it
|
|
# key: it
|
|
# --
|
|
it('$1', () => {
|
|
$2
|
|
}) |