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

Commit 514ffed

Browse files
author
Pedro Santos
committed
chore: remove 'only' from files-mfs/cp
1 parent f00b03d commit 514ffed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/files-mfs/cp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (createCommon, options) => {
1010
const it = getIt(options)
1111
const common = createCommon()
1212

13-
describe.only('.files.cp', function () {
13+
describe('.files.cp', function () {
1414
this.timeout(60 * 1000)
1515

1616
let ipfs

0 commit comments

Comments
 (0)