blob: 89937597949da7f8f84c8d26020bd3f1998cbf2d [file] [log] [blame]
const assert = require('assert');
function makeConsoleAssertThrow()
{
console.assert = assert.ok;
}
module.exports.makeConsoleAssertThrow = makeConsoleAssertThrow;