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 082f77d commit 4a928e9Copy full SHA for 4a928e9
js/bdd/bdd-expect-to-be-nan.sublime-snippet
@@ -0,0 +1,7 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+expect(${1}).toBeNaN();
4
+]]></content>
5
+ <tabTrigger>bdd-benan</tabTrigger>
6
+ <description>Expect toBeNaN</description>
7
+</snippet>
0 commit comments