UNPKG

statistician

Version:

Create and compare files stats, and webpack bundle stats

11 lines (9 loc) 179 B
const {expect} = require('chai'); module.exports = function(before, after) { try { expect(before).to.deep.equal(after); return true; } catch (error) { return false; } }