use named imports

This commit is contained in:
Pavel Mineev
2021-05-06 15:55:46 -05:00
committed by Umputun
parent 123cd53c09
commit d8058c6576
69 changed files with 168 additions and 203 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import parseQuery from './parseQuery';
import { parseQuery } from './parseQuery';
describe('parseQuery', () => {
it('should return empty object', () => {