mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
spaces
This commit is contained in:
parent
23c640f65f
commit
11f3ae7009
@ -1,5 +1,5 @@
|
||||
import test from 'ava';
|
||||
import {BROWSER_ALIASES_MAP} from '../../src/constants';
|
||||
import { BROWSER_ALIASES_MAP } from '../../src/constants';
|
||||
|
||||
test('check duplicate aliases', (t) => {
|
||||
const aliasesList = Object.keys(BROWSER_ALIASES_MAP).map(value => (BROWSER_ALIASES_MAP[value]));
|
||||
|
Loading…
Reference in New Issue
Block a user