yasnippet for tape test

This commit is contained in:
Ivan Malison 2015-08-15 00:12:18 -07:00
parent 6f2ae5082c
commit 49f3406a73

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: tape-test
# key: !
# --
test('$1', function t(assert) {
});