We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a84b60 commit 2ea4648Copy full SHA for 2ea4648
js/bdd/bdd-expect-to-have-been-called.sublime-snippet
@@ -0,0 +1,7 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+expect(${1}).toHaveBeenCalled();
4
+]]></content>
5
+ <tabTrigger>bdd-hbc</tabTrigger>
6
+ <description>Expect toHaveBeenCalled</description>
7
+</snippet>
0 commit comments