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

Commit bc9b9d6

Browse files
committed
fix: add refs and refs local to command count
1 parent 090a2f8 commit bc9b9d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/.DS_Store

6 KB
Binary file not shown.

Diff for: test/cli/commands.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
const expect = require('chai').expect
55
const runOnAndOff = require('../utils/on-and-off')
66

7-
const commandCount = 93
8-
describe('commands', () => runOnAndOff((thing) => {
7+
const commandCount = 95
8+
describe.only('commands', () => runOnAndOff((thing) => {
99
let ipfs
1010

1111
before(function () {

0 commit comments

Comments
 (0)