document `make help'
[mkws-moved-to-github.git] / test / README.txt
1 Jasmine / jasmine-node test frame works
2 ---------------------------------------
3
4 to run the tests, run:
5 $ make check
6
7 To get a basic help, run:
8 $ make help
9
10
11 File system hierarchy
12 --------------------------------------
13 ./spec          contains *spec.js files
14 ./js            jasmine runtime JS lib
15
16 README.txt      this file
17
18
19 Documentation
20 ---------------------------------------
21 http://pivotal.github.io/jasmine/
22 https://github.com/pivotal/jasmine
23
24
25 Installation
26 -------------------------------------
27 1. install node.js, see http://nodejs.org/
28 2. install node modules with npm
29
30 npm install jquery
31 npm install jsdom
32 npm install request
33 npm install jasmine-node
34
35
36 --
37 Aug 2013, Wolfram