1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 13:34:53 +02:00

Autolink.

This commit is contained in:
Rico Sta. Cruz
2014-06-09 13:30:52 +08:00
parent 1122be30cd
commit 0524caea00
5 changed files with 32 additions and 9 deletions

View File

@@ -3,8 +3,6 @@ title: Jasmine
layout: default
---
[Jasmine](http://pivotal.github.com/jasmine/).
describe("A suite", function() {
it("contains spec with an expectation", function() {
expect(true).toBe(true);
@@ -133,3 +131,7 @@ Jasmine jQuery
$('#some_element').click();
expect('click').toHaveBeenPreventedOn($('#some_element'));
expect('click').toHaveBeenTriggeredOn($('#some_element'));
### Reference
* http://pivotal.github.com/jasmine/