Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jul 28, 2018
1 parent 09a18b0 commit a559436
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/circuit.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ describe('circuit', () => {
let nodeB

tests[test] = Object.assign({}, baseTest, tests[test])
const dsc = tests[test].skip && tests[test].skip() ? describe.skip : describe

const dsc = tests[test].skip && tests[test].skip()
? describe.skip
: describe

dsc(test, function () {
this.timeout(tests[test].timeout)

Expand Down

0 comments on commit a559436

Please sign in to comment.