Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zacharytamas/atom-jasmine
Snippets for writing Jasmine specs easier in Atom.
https://github.com/zacharytamas/atom-jasmine
atom coffeescript jasmine snippets
Last synced: 3 days ago
JSON representation
Snippets for writing Jasmine specs easier in Atom.
- Host: GitHub
- URL: https://github.com/zacharytamas/atom-jasmine
- Owner: zacharytamas
- License: mit
- Created: 2014-03-06T20:54:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T20:01:12.000Z (almost 6 years ago)
- Last Synced: 2023-03-11T21:33:51.448Z (almost 2 years ago)
- Topics: atom, coffeescript, jasmine, snippets
- Size: 27.3 KB
- Stars: 10
- Watchers: 3
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Jasmine for Atom
> Easily write Jasmine tests for your project in Atom.
## Install
```bash
$ apm install atom-jasmine
```Or Settings ➔ Packages ➔ Search for `jasmine`
## Release Notes
### 0.10.0
- Fixes duplicate key issue in snippets. 😬 (Thanks [MoritzKn](https://github.com/MoritzKn))
### 0.9.0
- Fixes formatting for JS and TS block-level snippets, particularly to correspond with ESlint's [rule](http://eslint.org/docs/rules/space-before-function-paren) for not having whitespace before function parenthesis. (Thanks [artemruts](https://github.com/artemruts)!)
### 0.8.0
- Added [more snippets for Matchers](https://github.com/zacharytamas/atom-jasmine/commit/b275251fbfec94b1d3ae3a9131a2e8e25b56143e). Thanks [storor](https://github.com/storor)!
- Added extra (optional) breakpoints to some snippets to help with flow while stubbing out large amounts of tests at once. Thanks [stramel](http://github.com/stramel)!### 0.7.0
- Added `CONTRIBUTORS.md` file to give credit where credit is due.
- Add Typescript grammar (thanks [pringshia](http://github.com/pringshia))
- Add project-dependent indentation (thanks [stramel](http://github.com/stramel))### 0.6.0
- Added more Expectation snippets via a pull request from [aki77](http://github.com/aki77). Thanks!
### 0.3.0
- Adding more Expectation snippets. Modeling these after Pivotal's
original plugin for TextMate. A very popular port to SublimeText
has several thousand installs so these snippets and shortcuts are
likely very well known. For those switching to Atom from either
editor they should be ready to go out of the box.### 0.1.0 - Initial release
_Note_: For initial release I've only added a couple quick snippets but have several things in mind that I'll be adding over time.
## License
MIT © [Zachary Jones](http://github.com/zacharytamas)