Update md5map fixtures for tests

Also cleaned up comments from @mewtaylor
This commit is contained in:
chrisgarrity 2016-10-11 19:28:13 -04:00
parent 1339683a73
commit 5b2ff1a4ca
5 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ var crypto = require('crypto');
var fs = require('fs');
var path = require('path');
var po2icu = require('po2icu');
var isArray = require('lodash.isArray');
var isArray = require('lodash.isarray');
var Helpers = {};