mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
Fix prettier
lint error (#625)
This commit is contained in:
parent
bde4ea68fd
commit
fe6fd9d2a1
@ -20,9 +20,9 @@ function testPlatform(platform) {
|
|||||||
|
|
||||||
describe('Infer User Agent', () => {
|
describe('Infer User Agent', () => {
|
||||||
test('Can infer userAgent for all platforms', async () => {
|
test('Can infer userAgent for all platforms', async () => {
|
||||||
const testPromises = _.keys(TEST_RESULT).map((platform) =>
|
const testPromises = _
|
||||||
testPlatform(platform),
|
.keys(TEST_RESULT)
|
||||||
);
|
.map((platform) => testPlatform(platform));
|
||||||
await Promise.all(testPromises);
|
await Promise.all(testPromises);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user