This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ module.exports = {
14
14
singleRun : true
15
15
} ,
16
16
hooks : {
17
- browser : {
18
- pre : server . start . bind ( server ) ,
19
- post : server . stop . bind ( server )
20
- }
17
+ pre : server . start . bind ( server ) ,
18
+ post : server . stop . bind ( server )
21
19
}
22
20
}
Original file line number Diff line number Diff line change 10
10
"http" : " stream-http"
11
11
},
12
12
"scripts" : {
13
- "test" : " aegir test " ,
14
- "test:node" : " aegir test -t node " ,
13
+ "test" : " aegir test" ,
14
+ "test:node" : " aegir test -t node" ,
15
15
"test:browser" : " aegir test -t browser" ,
16
+ "test:webworker" : " aegir test -t webworker" ,
16
17
"lint" : " aegir lint" ,
17
18
"build" : " aegir build" ,
18
19
"release" : " aegir release " ,
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ describe('.name', function () {
99
99
describe ( 'Promise API' , ( ) => {
100
100
let name
101
101
102
- it ( '.name.publish' , ( ) => {
102
+ it ( '.name.publish' , function ( ) {
103
+ this . timeout ( 80 * 1000 )
103
104
return ipfs . name . publish ( 'Qma4hjFTnCasJ8PVp3mZbZK5g2vGDT4LByLJ7m8ciyRFZP' )
104
105
. then ( ( res ) => {
105
106
name = res
You can’t perform that action at this time.
0 commit comments