From 1542fd1e72018abf215121efc6f6640131773e31 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 21 Aug 2013 14:22:35 +0200 Subject: [PATCH] add installation guide --- test/README.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/test/README.txt b/test/README.txt index ff2215f..ced5954 100644 --- a/test/README.txt +++ b/test/README.txt @@ -1,5 +1,5 @@ Jasmine / jasmine-node test frame works -------------------------------------- +--------------------------------------- ./spec contains *spec.js files ./js jasmine runtime JS lib @@ -7,9 +7,18 @@ Jasmine / jasmine-node test frame works README.txt this file Documentation -------------------------------------- +--------------------------------------- http://pivotal.github.io/jasmine/ https://github.com/pivotal/jasmine +Installation +------------------------------------- +1. install node.js +2. install node modules with npm + +npm install jquery +npm install jasmine-node + + -- Aug 2013, Wolfram -- 1.7.10.4