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

Commit

Permalink
fix: remove .only from dag
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Feb 1, 2017
1 parent 21dbea6 commit 66e93cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dag.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const DAGNode = dagPB.DAGNode
const dagCBOR = require('ipld-dag-cbor')

module.exports = (common) => {
describe.only('.dag (basics)', () => {
describe('.dag (basics)', () => {
let ipfs

before(function (done) {
Expand Down

0 comments on commit 66e93cd

Please sign in to comment.