summaryrefslogtreecommitdiff
path: root/test/message/assert_throws_stack.js
blob: 36bc5734cae37f43a3fc74be751bf757fb7d3641 (plain)
1
2
3
4
5
6
'use strict';

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

assert.throws(() => { throw new Error('foo'); }, { bar: true });