Skip to content

Commit 8a84b60

Browse files
committed
add: to-have-been-called-with snippet
1 parent 089e07e commit 8a84b60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<snippet>
2+
<content><![CDATA[
3+
expect(${1}).toHaveBeenCalledWith(${2}, ${3});
4+
]]></content>
5+
<tabTrigger>bdd-hbcw</tabTrigger>
6+
<description>Expect toHaveBeenCalledWith</description>
7+
</snippet>

0 commit comments

Comments
 (0)