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
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Aug 7, 2018
1 parent 17a87cc commit 9152d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const isIpfs = require('is-ipfs')

const runOnAndOff = require('../utils/on-and-off')

describe.only('resolve', () => runOnAndOff((thing) => {
describe('resolve', () => runOnAndOff((thing) => {
let ipfs

before(() => {
Expand Down

0 comments on commit 9152d53

Please sign in to comment.