Skip to content

Commit e0f7efd

Browse files
committed
wip
1 parent 9e2539f commit e0f7efd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/exec.spec.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
/* eslint-env mocha */
33
'use strict'
44

5-
const expect = require('chai').expect
5+
const chai = require('chai')
6+
const dirtyChai = require('dirty-chai')
7+
const expect = chai.expect
8+
chai.use(dirtyChai)
9+
610
const isrunning = require('is-running')
711
const cp = require('child_process')
812
const path = require('path')
@@ -57,7 +61,7 @@ function makeCheck (n, done) {
5761
// exiting as it once was when the test was designed
5862
// - [ ] Need test vector or figure out why tail changed
5963
// Ref: https://github.com/ipfs/js-ipfsd-ctl/pull/160#issuecomment-325669206
60-
describe.skip('exec', () => {
64+
describe('exec', () => {
6165
it('SIGTERM kills hang', (done) => {
6266
const tok = token()
6367

0 commit comments

Comments
 (0)