Merge pull request #36 from MillenniumEarl/deepsource-transform-e4909274

Format code with prettier
pull/37/head
Millennium Earl 2020-10-21 22:37:39 +02:00 committed by GitHub
commit 183249e0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ async function getGamePreviewSource(page) {
} catch { } catch {
return null; return null;
} }
const src = await page.evaluate( const src = await page.evaluate(
/* istanbul ignore next */ /* istanbul ignore next */
(selector) => { (selector) => {

View File

@ -4,7 +4,7 @@
const fs = require("fs"); const fs = require("fs");
// Public modules from npm // Public modules from npm
const _ = require('lodash'); const _ = require("lodash");
const expect = require("chai").expect; const expect = require("chai").expect;
const sleep = require("sleep"); const sleep = require("sleep");
const dotenv = require("dotenv"); const dotenv = require("dotenv");