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 c537f6e commit 53676c6Copy full SHA for 53676c6
js/bdd/README.md
@@ -104,7 +104,7 @@ expect(${1}).toBeUndefined();
104
expect(${1}).toBe(${2});
105
```
106
107
-### [bdd-equal] toEqual
+### [bdd-e] toEqual
108
109
```javascript
110
expect(${1}).toEqual(${2});
js/bdd/bdd-expect-to-equal.sublime-snippet
@@ -2,6 +2,6 @@
2
<content><![CDATA[
3
4
]]></content>
5
- <tabTrigger>bdd-equal</tabTrigger>
+ <tabTrigger>bdd-e</tabTrigger>
6
<description>Expect toEqual</description>
7
</snippet>
0 commit comments