diff --git a/app/scripts/game-scraper.js b/app/scripts/game-scraper.js index 7796307..0c11be6 100644 --- a/app/scripts/game-scraper.js +++ b/app/scripts/game-scraper.js @@ -203,7 +203,7 @@ async function getGamePreviewSource(page) { } catch { return null; } - + const src = await page.evaluate( /* istanbul ignore next */ (selector) => { diff --git a/test/index-test.js b/test/index-test.js index 06ab5cf..4d89e73 100644 --- a/test/index-test.js +++ b/test/index-test.js @@ -4,7 +4,7 @@ const fs = require("fs"); // Public modules from npm -const _ = require('lodash'); +const _ = require("lodash"); const expect = require("chai").expect; const sleep = require("sleep"); const dotenv = require("dotenv");