Files
Kmake/test/message/assert_throws_stack.js

7 lines
144 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
require('../common');
const assert = require('assert').strict;
assert.throws(() => { throw new Error('foo'); }, { bar: true });