Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from diasdavid/update/use-interface-stream-muxe…
Browse files Browse the repository at this point in the history
…r-module-tests

Use the interface-stream-muxer tests directly
  • Loading branch information
daviddias committed Mar 6, 2016
2 parents 636471d + 0cf7441 commit b103f61
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 390 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
"scripts": {
"lint": "standard",
"test": "mocha tests/*-test.js",
"compliance": "node tests/compliance/test.js"
"compliance": "node tests/compliance.js"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/diasdavid/node-libp2p-spdy.git"
"url": "https://github.com/diasdavid/js-libp2p-spdy.git"
},
"keywords": [
"IPFS"
],
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/diasdavid/node-libp2p-spdy/issues"
"url": "https://github.com/diasdavid/njs-libp2p-spdy/issues"
},
"homepage": "https://github.com/diasdavid/node-libp2p-spdy",
"homepage": "https://github.com/diasdavid/js-libp2p-spdy",
"devDependencies": {
"chai": "^3.5.0",
"interface-stream-muxer": "^0.2.5",
"interface-stream-muxer": "^0.3.1",
"pre-commit": "^1.1.2",
"standard": "^6.0.7",
"stream-pair": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions tests/compliance/test.js → tests/compliance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var tape = require('tape')
var tests = require('./index')
var spdy = require('./../../src')
var tests = require('interface-stream-muxer')
var spdy = require('./../src')

var common = {
setup: function (t, cb) {
Expand Down
167 changes: 0 additions & 167 deletions tests/compliance/base-test.js

This file was deleted.

8 changes: 0 additions & 8 deletions tests/compliance/index.js

This file was deleted.

55 changes: 0 additions & 55 deletions tests/compliance/mega-stress-test.js

This file was deleted.

Loading

0 comments on commit b103f61

Please sign in to comment.