Skip to content

Commit

Permalink
Merge pull request #4 from ipfs/convert-tests-to-use-in-memory-ipld
Browse files Browse the repository at this point in the history
chore: convert tests to use in memory ipld
  • Loading branch information
achingbrain authored Dec 19, 2018
2 parents 570cdf4 + ad1b096 commit 03f58a8
Show file tree
Hide file tree
Showing 26 changed files with 1,831 additions and 1,935 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,13 @@
"devDependencies": {
"aegir": "^17.0.0",
"chai": "^4.2.0",
"detect-node": "^2.0.4",
"dirty-chai": "^2.0.1",
"ipfs-block-service": "~0.15.1",
"ipfs-repo": "~0.25.0",
"ipfs-unixfs-exporter": "~0.35.4",
"ipld": "~0.20.0",
"mkdirp": "~0.5.1",
"multihashes": "~0.4.14",
"ncp": "^2.0.0",
"pull-generate": "^2.2.0",
"pull-stream-to-stream": "^1.3.4",
"pull-zip": "^2.0.1",
"rimraf": "^2.6.2",
"pull-traverse": "^1.0.3",
"sinon": "^7.1.0"
},
"dependencies": {
Expand All @@ -65,14 +60,11 @@
"multihashing-async": "~0.5.1",
"pull-batch": "^1.0.0",
"pull-block": "^1.4.0",
"pull-cat": "^1.1.11",
"pull-pair": "^1.1.0",
"pull-paramap": "^1.2.2",
"pull-pause": "0.0.2",
"pull-pushable": "^2.2.0",
"pull-stream": "^3.6.9",
"pull-through": "^1.0.18",
"pull-traverse": "^1.0.3",
"pull-write": "^1.1.4",
"stream-to-pull-stream": "^1.7.2"
},
Expand Down
59 changes: 0 additions & 59 deletions test/browser.js

This file was deleted.

1 change: 0 additions & 1 deletion test/builder-balanced.js → test/builder-balanced.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const expect = chai.expect
const pull = require('pull-stream/pull')
const values = require('pull-stream/sources/values')
const collect = require('pull-stream/sinks/collect')

const builder = require('../src/builder/balanced')

function reduce (leaves, callback) {
Expand Down
Loading

0 comments on commit 03f58a8

Please sign in to comment.