ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Unit​JS

by unitjs ALL

Sublime Text package which includes several handy snippets for writing unit tests with Unit.js.

Details

Installs

  • Total 574
  • Win 322
  • Mac 154
  • Linux 98
Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10
Windows 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Unit.js

This is a Sublime Text (2 / 3) package which includes a bunch of handy snippets for writing unit tests with Unit.js.

Snippets :

  • describe
  • it
  • case
  • given
  • when
  • then
  • exception
  • error
  • value-throws
  • trigger-error
  • and all main asserters (object, number, value, date, function, bool, regexp, …)

Example for the snippet exception :

Snippet: exception

Installation

Package Control

The recommended way to install and keep up to date is to install it via Package Control. Once you have installed Package Control, open it via Preferences -> Package Control and click on Package Control: Install Package. Type UnitJS into the search box (if the UnitJS package is not found, updates your Package Control), then hit enter or click on the result to install.

Manually

Alternatively, you can manually install the UnitJS package for Sublime Text.

You can locate your Sublime Text Packages directory by using the menu item Preferences -> Browse Packages....

Usually the directory is:

  • Debian / Ubuntu: cd “~/.config/sublime-text-3/Packages”
  • Mac OS: cd “~/Library/Application Support/Sublime Text 3/Packages”
  • Windows 7: cd “C:\Users\YOUR_USERNAME\AppData\Roaming\Sublime Text 3\Packages”

Inside the Packages directory, add the UnitJS package for Sublime Text.

Using Git

If you are a git user, you can install by cloning the repository directly into your Packages directory in the Sublime Text application settings area.

Inside the Packages directory, clone the repository using the command below:

git clone https://github.com/unitjs/sublime-unitjs.git UnitJS

Download

  1. Download the UnitJS package
  2. Unzip the files and rename the folder to UnitJS into your Sublime Text Packages directory

License

This package is released under the MIT license. See the complete license in the package.

Author

Nicolab.net
Nicolas Talle
Make a donation via Paypal