Skip to content

Commit

Permalink
remove extra instructions.
Browse files Browse the repository at this point in the history
reset the commit to remvoe extra instructions.
  • Loading branch information
sj82516 committed Nov 23, 2017
1 parent f722d31 commit d47c150
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/parallel/test-microtask-queue-integration-domain.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.

'use strict';
require('../common');
const common = require('../common');
const assert = require('assert');

// Requiring the domain module here changes the function that is used by node to
Expand All @@ -30,6 +30,9 @@ const assert = require('assert');
// removed.
require('domain');

// add crash handler for unhandled rejection
common.crashOnUnhandledRejection();

const implementations = [
function(fn) {
Promise.resolve().then(fn);
Expand Down

0 comments on commit d47c150

Please sign in to comment.