Files
Kmake/test/message/assert_throws_stack.js
2026-05-26 23:36:42 -07:00

7 lines
144 B
JavaScript

'use strict';
require('../common');
const assert = require('assert').strict;
assert.throws(() => { throw new Error('foo'); }, { bar: true });