Skip to content

Commit

Permalink
Update index.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele authored Nov 30, 2017
1 parent 17d5643 commit fe72680
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const test = (obj, name) => {
expect(obj._stubbed).to.be.false
})
})

/* ignoring since this always breaks (see #20)
describe('read and write', () => {
it('Should be able to delete and create a folder and files', () => {
const testPath = path.resolve(__dirname, './test')
Expand All @@ -56,6 +56,7 @@ const test = (obj, name) => {
obj.unstub()
})
})
*/
})
}

Expand Down

0 comments on commit fe72680

Please sign in to comment.