Skip to content

Instantly share code, notes, and snippets.

@marco-martins
Last active February 14, 2019 09:01
Show Gist options
  • Select an option

  • Save marco-martins/da31e09b70950dca388e39905dfdec7a to your computer and use it in GitHub Desktop.

Select an option

Save marco-martins/da31e09b70950dca388e39905dfdec7a to your computer and use it in GitHub Desktop.
BDD it sublime text snippet
<snippet>
<content><![CDATA[it('should ${1}', ${2:async }() => {
${0:// body...}
});
]]></content>
<tabTrigger>it</tabTrigger>
<scope>source.js,source.ts</scope>
<description>BDD It</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment