Skip to content

mschoe/Sublime-Text-3-Mocha-Snippets

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