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