Commit ab411ea3bfd4dc5e745fc541a107ffe2af8caec7
use reusable flumelog tests
Dominic Tarr committed on 11/7/2016, 10:07:12 PMParent: ae1ed2a9785eef910dc826de4a6a73c2ab1250ba
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -9,19 +9,22 @@ | ||
9 | 9 … | }, |
10 | 10 … | "dependencies": { |
11 | 11 … | "aligned-block-file": "0.0.0", |
12 | 12 … | "append-batch": "0.0.1", |
13 | - "pull-live": "^1.0.1", | |
14 | - "pull-notify": "^0.1.1" | |
13 … | + "ltgt": "^2.1.3" | |
15 | 14 … | }, |
16 | 15 … | "devDependencies": { |
17 | 16 … | "pull-paramap": "^1.2.0", |
18 | 17 … | "pull-stream": "^3.5.0", |
19 | 18 … | "pull-write": "^1.1.1", |
20 | - "tape": "^4.6.2" | |
19 … | + "tape": "^4.6.2", | |
20 … | + "test-flumelog": "0.0.2" | |
21 | 21 … | }, |
22 | 22 … | "scripts": { |
23 | 23 … | "test": "set -e; for t in test/*.js; do node $t; done" |
24 | 24 … | }, |
25 | 25 … | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
26 | 26 … | "license": "MIT" |
27 | 27 … | } |
28 … | + | |
29 … | + | |
30 … | + |
Built with git-ssb-web