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

Commit

Permalink
chore: add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 17, 2019
1 parent e9b9737 commit 95d01d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cli/ls.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

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

describe('ls', () => runOnAndOff((thing) => {
let ipfs
Expand Down

0 comments on commit 95d01d2

Please sign in to comment.