UNPKG

uncaught

Version:

Module for handle uncaught errors and promises rejections

10 lines (6 loc) 117 B
/** * @overview Node.js tests setup */ 'use strict'; const chai = require('chai'); global.assert = chai.assert;