diff --git a/test/message/assert_throws_stack.js b/test/message/assert_throws_stack.js index e253320fcc7..a6641bbb29c 100644 --- a/test/message/assert_throws_stack.js +++ b/test/message/assert_throws_stack.js @@ -4,6 +4,7 @@ require('../common'); const assert = require('assert').strict; // Temporarily disabled on chakra. +const common = require('../common'); if (!common.isChakraEngine) { assert.throws(() => { throw new Error('foo'); }, { bar: true }); } \ No newline at end of file