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

Commit 84f1122

Browse files
committed
feat: add types and util tests (skipped as currently failing)
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 6f711b9 commit 84f1122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/interface.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,8 @@ describe('interface-ipfs-core tests', () => {
153153
}
154154
}
155155
}))
156+
157+
tests.types(defaultCommonFactory, { skip: true })
158+
159+
tests.util(defaultCommonFactory, { skip: true })
156160
})

0 commit comments

Comments
 (0)