Skip to content

Commit

Permalink
Cleanup empty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoholiveira authored and Dexus committed Apr 4, 2023
1 parent 1fc95c8 commit 3f7cbce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions test/helper.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,5 @@ describe('helper.js tests', function () {
done()
})
})
it.skip('other error than ENOENT occured', function (done) {
// TODO
done()
})
})
})
9 changes: 0 additions & 9 deletions test/openssl.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,4 @@ describe('openssl.js tests', function () {
})
})


describe('#.spawn()', function () {
it.skip('error case [openssl return code 2]', function (done) {
// TODO; couldn't figure an example out
done()
})
// TODO; I expect some more cases in here or code cleanup required
})

})

0 comments on commit 3f7cbce

Please sign in to comment.