This repository was archived by the owner on Feb 9, 2020. It is now read-only.
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This document describes how to contribute to Batarang
4
4
5
5
## Installing from Source
6
6
7
- 1 . Clone the repository: ` git clone git:// github.com/ angular/angularjs- batarang `
7
+ 1 . Clone the repository: ` git clone git@ github.com: angular/batarang.git `
8
8
2 . Install the npm dependencies ` npm install `
9
9
3 . Build the inject script: ` npm run build `
10
10
4 . Navigate to ` chrome://extensions ` and enable Developer Mode.
@@ -13,6 +13,9 @@ This document describes how to contribute to Batarang
13
13
14
14
## Running the tests
15
15
16
+ - To run the tests once: ` npm test `
17
+ - To watch the directory, running tests whenver something is updated: ` npm run test:watch `
18
+
16
19
## Packaging a release
17
20
18
21
I (@btford ) will do this periodically, but I'm adding these instructions here
Original file line number Diff line number Diff line change 21
21
"browserify-eep" : " ^0.3.1"
22
22
},
23
23
"scripts" : {
24
- "test" : " echo \" Error: no test specified\" && exit 1" ,
24
+ "test" : " karma start --single-run" ,
25
+ "test:watch" : " karma start" ,
25
26
"build" : " gulp"
26
27
},
27
28
"repository" : {
You can’t perform that action at this time.
0 commit comments