UNPKG

@comodinx/cache

Version:

@comodinx/cache is a Node.js cache helper.

9 lines (6 loc) 155 B
'use strict'; const chai = require('chai'); global.chai = chai; global.assert = chai.assert; global.expect = chai.expect; global.should = chai.should();