r92412 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92411‎ | r92412 | r92413 >
Date:20:47, 17 July 2011
Author:hashar
Status:ok
Tags:
Comment:
basic README
Modified paths:
  • /branches/hashar/node-qunit/tests/qunit/README (added) (history)

Diff [purge]

Index: branches/hashar/node-qunit/tests/qunit/README
@@ -0,0 +1,27 @@
 2+You will need node.js
 3+See a basic guide at http://www.mediawiki.org/wiki/User:Hashar/cli-js
 4+
 5+To test your setup you can use the dumb suite:
 6+
 7+$ cd tests/qunit
 8+$ node dumb-launch.js
 9+[OK][dumb-code.js: Really basic example] looks fine
 10+[OK][dumb-code.js: Really basic example] Variable assignement works
 11+
 12+Files: 1
 13+Tests: 1
 14+Assertions: 2
 15+Successes: 2
 16+Errors: 0
 17+
 18+Time: 124 ms
 19+
 20+{ files: 1,
 21+ tests: 1,
 22+ assertions: 2,
 23+ errors: 0,
 24+ success: 2,
 25+ time: 124 }
 26+$
 27+
 28+Works! :)
Property changes on: branches/hashar/node-qunit/tests/qunit/README
___________________________________________________________________
Added: svn:eol-style
129 + native

Status & tagging log