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

Commit e6625f8

Browse files
committed
fix: remove .only
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 2c0c1f5 commit e6625f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/resolve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const isIpfs = require('is-ipfs')
77

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

10-
describe.only('resolve', () => runOnAndOff((thing) => {
10+
describe('resolve', () => runOnAndOff((thing) => {
1111
let ipfs
1212

1313
before(() => {

0 commit comments

Comments
 (0)