From: Wolfram Schneider Date: Wed, 21 Aug 2013 16:00:54 +0000 (+0200) Subject: documentation X-Git-Tag: 0.9.1~202^2~91 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=4d36f9548170d7755458cb76fd2a4fc03e9ed28b;p=mkws-moved-to-github.git documentation --- diff --git a/test/spec/sample.spec.js b/test/spec/sample.spec.js index f9c001b..cad1b90 100644 --- a/test/spec/sample.spec.js +++ b/test/spec/sample.spec.js @@ -1,3 +1,9 @@ +/* Copyright (c) 2013 IndexData ApS. http://indexdata.com + * + * jQuery sample from system documentation + * + */ + describe('jasmine-node', function(){ it('should pass', function(){ @@ -16,7 +22,7 @@ describe('jasmine-node', function(){ it('shows asynchronous test node-style', function(done){ setTimeout(function(){ expect('second').toEqual('second'); - // If you call done() with an argument, it will fail the spec + // If you call done() with an argument, it will fail the spec // so you can use it as a handler for many async node calls done(); }, 1);