sublime-ava icon indicating copy to clipboard operation
sublime-ava copied to clipboard

Snippets for AVA

Results 6 sublime-ava issues
Sort by recently updated
recently updated
newest added

From https://github.com/sindresorhus/sublime-ava/pull/7. // @kipit

help wanted
question

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

enhancement
help wanted

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

bug
help wanted

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). ##...

question

See https://github.com/sindresorhus/atom-ava/issues/4. Docs: http://docs.sublimetext.info/en/latest/extensibility/completions.html

enhancement
help wanted

Discuss in https://github.com/sindresorhus/atom-ava/issues/2.

question