UNPKG

number-zero

Version:
8 lines (6 loc) 205 B
var assert = require('assert'); describe('The object is exported correctly', function() { it('The exported object should be equal to 0', function() { assert.equal(require('./index'), 0); }); });