File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 33Create 20 functions by following the comments in ` functions.js ` .
44* Write all of functions below in ` functions.js ` *
55
6- ## Requirements
7-
8- _ if you don't already have ` serve ` installed_
9-
10- ``` sh
11- npm install -g serve
12- ```
13-
146## Getting Started
157
1681 . Clone this repository and change your current working directory to this repository.
Original file line number Diff line number Diff line change 77 "test" : " test"
88 },
99 "scripts" : {
10- "start" : " serve " ,
10+ "start" : " live-server " ,
1111 "test" : " karma start --single-run --no-auto-watch --browsers PhantomJS"
1212 },
1313 "repository" : {
2929 "karma-phantomjs-launcher" : " ^0.2.1" ,
3030 "karma-sinon" : " ^1.0.4" ,
3131 "karma-sinon-chai" : " ^1.1.0" ,
32+ "live-server" : " ^1.1.0" ,
3233 "mocha" : " ^2.3.3" ,
3334 "phantomjs" : " ^1.9.18" ,
3435 "sinon" : " ^1.17.2" ,
You can’t perform that action at this time.
0 commit comments