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 f9c94b2 commit c92e7ddCopy full SHA for c92e7dd
js/bdd/bdd-expect-to-be-null.sublime-snippet
@@ -0,0 +1,7 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+expect(${1}).toBeNull();
4
+]]></content>
5
+ <tabTrigger>bdd-ben</tabTrigger>
6
+ <description>Expect toBeNull</description>
7
+</snippet>
0 commit comments