File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ this server is:
72
72
npm start
73
73
```
74
74
75
- Now browse to the app at ` http://localhost:8000/app/ index.html ` .
75
+ Now browse to the app at ` http://localhost:8000/index.html ` .
76
76
77
77
78
78
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exports.config = {
9
9
'browserName' : 'chrome'
10
10
} ,
11
11
12
- baseUrl : 'http://localhost:8000/app/ ' ,
12
+ baseUrl : 'http://localhost:8000/' ,
13
13
14
14
framework : 'jasmine' ,
15
15
Original file line number Diff line number Diff line change 21
21
"postinstall" : " bower install" ,
22
22
23
23
"prestart" : " npm install" ,
24
- "start" : " http-server -a localhost -p 8000 -c-1" ,
24
+ "start" : " http-server -a localhost -p 8000 -c-1 ./app " ,
25
25
26
26
"pretest" : " npm install" ,
27
27
"test" : " karma start karma.conf.js" ,
28
- "test-single-run" : " karma start karma.conf.js --single-run" ,
28
+ "test-single-run" : " karma start karma.conf.js --single-run" ,
29
29
30
30
"preupdate-webdriver" : " npm install" ,
31
31
"update-webdriver" : " webdriver-manager update" ,
You can’t perform that action at this time.
0 commit comments