Bump prettier to v1.13.2

This commit is contained in:
Brian Ng
2018-05-29 10:00:45 -05:00
parent 62114b807b
commit 5895277b32
10 changed files with 49 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ Promise.all([utils.getTests(testDir), utils.getWhitelist(whitelistFile)])
const results = tests.map(function(test, idx) {
if (idx % reportInc === 0) {
console.log(`> ${Math.round(100 * idx / total)}% complete`);
console.log(`> ${Math.round((100 * idx) / total)}% complete`);
}
return utils.runTest(test);