File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- node- subunit
2
- ============
1
+ subunit-js
2
+ ==========
3
3
4
4
Provides utilities for reading and writing
5
5
[ Subunit streams] ( https://github.com/testing-cabal/subunit ) with Node.js,
@@ -8,7 +8,7 @@ targeting Node versions 0.10 (pre-packaged on Ubuntu Trusty) and higher.
8
8
Installation
9
9
------------
10
10
11
- npm install --save node- subunit
11
+ npm install --save subunit-js
12
12
13
13
Usage
14
14
-----
@@ -51,7 +51,7 @@ outputs objects as described above. To read a file `testrepository.subunit`:
51
51
52
52
``` javascript
53
53
var fs = require (' fs' );
54
- var subunit = require (' node- subunit' );
54
+ var subunit = require (' subunit-js ' );
55
55
56
56
fs .createReadStream (' testrepository.subunit' )
57
57
.pipe (new subunit.SubunitToObjectStream ())
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node- subunit" ,
2
+ "name" : " subunit-js " ,
3
3
"version" : " 0.0.1" ,
4
4
"description" : " Subunit stream I/O for Node" ,
5
5
"main" : " index.js" ,
26
26
],
27
27
"repository" : {
28
28
"type" : " git" ,
29
- "url" : " https://github.com/timothyb89/node- subunit"
29
+ "url" : " https://github.com/testing-cabal/ subunit-js "
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments