Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 61966c0

Browse files
test: enable pubsub tests
1 parent 35687cb commit 61966c0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

test/cli/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const createTempNode = ''
1414
const repoPath = require('./index').repoPath
1515
const ipfs = require('../utils/ipfs-exec')(repoPath)
1616

17-
describe.skip('pubsub', () => {
17+
describe('pubsub', () => {
1818
const topicA = 'nonscentsA'
1919
const topicB = 'nonscentsB'
2020
const topicC = 'nonscentsC'

test/http-api/interface/pubsub.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
'use strict'
44

5-
// TODO needs: https://github.com/ipfs/js-ipfs-api/pull/493
6-
/*
75
const test = require('interface-ipfs-core')
86
const FactoryClient = require('./../../utils/ipfs-factory-daemon')
97

@@ -20,4 +18,3 @@ const common = {
2018
}
2119

2220
test.pubsub(common)
23-
*/

test/http-api/spec/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const createTempNode = ''
1010

1111
// TODO migrate to use ipfs-factory-daemon
1212
module.exports = (http) => {
13-
describe.skip('/pubsub', () => {
13+
describe('/pubsub', () => {
1414
let api
1515
let tmpNode
1616

0 commit comments

Comments
 (0)