udpate
[mkws-moved-to-github.git] / test / README.txt
1 Jasmine / jasmine-node test frame works
2 ---------------------------------------
3
4 ./spec          contains *spec.js files
5 ./js            jasmine runtime JS lib
6         
7 README.txt      this file
8
9 Documentation
10 ---------------------------------------
11 http://pivotal.github.io/jasmine/
12 https://github.com/pivotal/jasmine
13
14 Installation
15 -------------------------------------
16 1. install node.js
17 2. install node modules with npm
18
19 npm install jquery
20 npm install jsdom
21 npm install jasmine-node
22
23
24 --
25 Aug 2013, Wolfram