UNPKG

closure-util

Version:

Utilities for Closure Library based projects.

10 lines (5 loc) 142 B
var chai = require('chai'); /** @type {boolean} */ chai.config.includeStack = true; /** @type {function} */ exports.assert = chai.assert;