https://github.com/junosuarez/jsbdd
JavaScript BDD test package for Sublime Text 2
https://github.com/junosuarez/jsbdd
Last synced: 5 months ago
JSON representation
JavaScript BDD test package for Sublime Text 2
- Host: GitHub
- URL: https://github.com/junosuarez/jsbdd
- Owner: junosuarez
- Created: 2012-04-01T22:23:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T04:12:08.000Z (about 8 years ago)
- Last Synced: 2025-10-12T23:27:46.270Z (9 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JavaScript BDD package for Sublime Text 2
Adds autocompletions for BDD-style testing and assertions. Based on the syntax used by [Jasmine](http://pivotal.github.com/jasmine/), [Mocha](http://visionmedia.github.com/mocha/), and [should](https://github.com/visionmedia/should.js).
### Usage
Install as a package for Sublime Text. `git clone` this repo into your ST user packages directory. On Windows, this is `%APPDATA%\Sublime Text 2\Packages`, eg `C:\Users\username\AppData\Roaming\Sublime Text 2\Packages`.
This package adds a JavaScript (BDD test) language type to Sublime Text. By default, filenames matching *.test.js will use this syntax. To quick start a new test file, use the `newbdd` snippet.
Hit `ctrl+space` to see a list of the autocompletions available.
### Fine Print
Developed and tested on Sublime Text 2 beta build 2181. Your milelage may vary.
(C) 2012 Jason Denizac - @leJDen
Released under either an [MIT](http://www.opensource.org/licenses/mit-license.html) or [CC-Zero](http://creativecommons.org/publicdomain/zero/1.0/) license. Basically, this means you can do what you want with this. Enjoy!