apply prettier formating

This commit is contained in:
Prettier
2018-07-07 01:17:37 +04:00
committed by Aleksey Gurianov
parent 5d1201351a
commit 2df3aa01d4
38 changed files with 215 additions and 190 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export function createDomContainer(setup) {
beforeAll(() => {
domContainer = document.createElement('div');
(document.body || document.documentElement).appendChild(domContainer);
setup({domContainer});
setup({ domContainer });
});
beforeEach(() => {