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

Commit 58a79f2

Browse files
committed
fix: adds tests to ipfs name
1 parent 806b206 commit 58a79f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/interface.spec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ describe('interface-ipfs-core tests', () => {
209209
]
210210
})
211211

212+
tests.name(CommonFactory.create({
213+
spawnOptions: {
214+
args: ['--offline']
215+
}
216+
}))
217+
212218
// TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
213219
tests.namePubsub(CommonFactory.create({
214220
spawnOptions: {

0 commit comments

Comments
 (0)