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

Commit 5841842

Browse files
vmxAlan Shaw
authored and
Alan Shaw
committed
refactor: use types test from interface-ipfs-core (#886)
The test for types also exists in interface-ipfs-core, which is the central test repository for both js-ipfs and js-http-api tests. Pulling in the test once from there is enough.
1 parent ead3599 commit 5841842

File tree

2 files changed

+1
-52
lines changed

2 files changed

+1
-52
lines changed

test/interface.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('interface-ipfs-core tests', () => {
266266
}
267267
}))
268268

269-
tests.types(defaultCommonFactory, { skip: { reason: 'FIXME currently failing' } })
269+
tests.types(defaultCommonFactory)
270270

271271
tests.util(defaultCommonFactory, { skip: { reason: 'FIXME currently failing' } })
272272
})

test/types.spec.js

-51
This file was deleted.

0 commit comments

Comments
 (0)