sublime-ava
sublime-ava copied to clipboard
Snippets for AVA
From https://github.com/sindresorhus/sublime-ava/pull/7. // @kipit
Assertions: https://github.com/sindresorhus/ava#assertions Docs: http://docs.sublimetext.info/en/latest/extensibility/snippets.html Inspiration: https://github.com/taylon/atom-qunit-snippets/blob/master/snippets/asserts.cson (note the optional message expansion) Could be easily adapted from the Atom plugin https://github.com/sindresorhus/atom-ava/issues/1
See: https://github.com/kipit/sublime-ava/commit/8f3005762697b73f69335a44717a63b245f75ba4 Looks like a bug in Sublime, but open for ideas for possible workarounds. ## https://github.com/SublimeTextIssues/Core/issues/1132
I included what I thought would be useful, but could use some feedback on it. https://github.com/sindresorhus/sublime-ava/tree/master/snippets Anything missing or something that could be improved? (Assertion snippets are planned https://github.com/sindresorhus/atom-sublime/issues/1). ##...
See https://github.com/sindresorhus/atom-ava/issues/4. Docs: http://docs.sublimetext.info/en/latest/extensibility/completions.html