Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 25f9077

Browse files
committedOct 25, 2015
enable browser tests
1 parent 06f6195 commit 25f9077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var ipfsd = require('ipfsd-ctl')
55
var fs = require('fs')
66

77
gulp.task('default', function () {
8-
gulp.start('test:node')
8+
gulp.start('test:node', 'test:browser')
99
})
1010

1111
gulp.task('test:node', function (done) {

‎test/tmp-disposable-nodes-addrs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"b":"/ip4/127.0.0.1/tcp/51795","a":"/ip4/127.0.0.1/tcp/51802","c":"/ip4/127.0.0.1/tcp/51807"}
1+
{"b":"/ip4/127.0.0.1/tcp/52153","c":"/ip4/127.0.0.1/tcp/52166","a":"/ip4/127.0.0.1/tcp/52169"}

0 commit comments

Comments
 (0)
This repository has been archived.