Browse Source

Add xit snippet for javascript testing

Andrew Swistak 6 năm trước cách đây
mục cha
commit
3bb88808f2
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      vim/snippets/javascript.snippets

+ 3 - 0
vim/snippets/javascript.snippets

@@ -8,6 +8,9 @@ snippet it "it (js)"
 		$0
 	});
 
+snippet xit "xit (js)"
+	xit('${1:description}')
+
 snippet bef "before each (js)"
 	beforeEach(() => {
 		$0