UnitJS
Sublime Text package which includes several handy snippets for writing unit tests with Unit.js.
Details
Installs
- Total 572
- Win 321
- Mac 153
- Linux 98
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 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
:
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
- Download the UnitJS package
- Unzip the files and rename the folder to
UnitJS
into your Sublime TextPackages
directory
License
This package is released under the MIT license. See the complete license in the package.
Author
Nicolas Talle |