Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)