We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017379e commit e3db509Copy full SHA for e3db509
test/async-hooks/test-promise.js
@@ -1,10 +1,13 @@
1
'use strict';
2
3
const common = require('../common');
4
+
5
const assert = require('assert');
6
const initHooks = require('./init-hooks');
7
const { checkInvocations } = require('./hook-checks');
8
9
+common.crashOnUnhandledRejection();
10
11
const hooks = initHooks();
12
13
hooks.enable();
0 commit comments