Skip to content

mschoe/Sublime-Text-3-Mocha-Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27e2f3c · Feb 27, 2015

History

6 Commits
Feb 24, 2015
Feb 27, 2015
Feb 24, 2015
Feb 24, 2015
Feb 24, 2015
Feb 27, 2015
Feb 24, 2015
Feb 24, 2015

Repository files navigation

works badge

Sublime Text 3 Mocha Snippets

Install

For manually installation copy the files to your packages folder.

Snippets

[desc] describe('describe it', function() { ... }

[befr] beforeEach(function() { ... }

[aftr] afterEach(function() { ... }

[it] it('should test ...', function() { ... }

[suite] suite('Array', function() { ... }

[test] test('should test ...', function() { ... }

License

MIT

About

Sublime Text snippets for mocha test framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published