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

Commit 228d6cd

Browse files
committed
uses npm ipfs-repo
1 parent 21e0ca0 commit 228d6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-core/test-init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const expect = require('chai').expect
44
const IPFS = require('../../src/ipfs-core')
5-
const IPFSRepo = require('/home/stephen/Projects/Forks/js-ipfs-repo')
5+
const IPFSRepo = require('ipfs-repo')
66

77
function createTestRepo () {
88
const repoPath = '/tmp/ipfs-test-' + Math.random().toString().substring(2, 8) + '/'

0 commit comments

Comments
 (0)