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

Commit 66e93cd

Browse files
committed
fix: remove .only from dag
1 parent 21dbea6 commit 66e93cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dag.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const DAGNode = dagPB.DAGNode
99
const dagCBOR = require('ipld-dag-cbor')
1010

1111
module.exports = (common) => {
12-
describe.only('.dag (basics)', () => {
12+
describe('.dag (basics)', () => {
1313
let ipfs
1414

1515
before(function (done) {

0 commit comments

Comments
 (0)