Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: requested change
fail on unhandled rejection
  • Loading branch information
bdistin committed May 27, 2018
commit 26bce853b4a2ca643b1e80af4da80cdd067f0794
2 changes: 2 additions & 0 deletions test/parallel/test-fs-promises-readfile-empty.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const fixtures = require('../common/fixtures');

const fn = fixtures.path('empty.txt');

This comment was marked as resolved.


common.crashOnUnhandledRejection();

fs.readFile(fn)
.then(assert.ok);

Expand Down