it('should return true when the Duns is 8 digits (not counting hyphens)', function() {
      var EIGHT_DUNSTest = Samwise.Duns.isValid(EIGHT_DUNS);

      expect(EIGHT_DUNSTest).to.equal(true);
    });