apply prettier formating
This commit is contained in:
committed by
Aleksey Gurianov
parent
5d1201351a
commit
2df3aa01d4
@@ -3,7 +3,7 @@ export function createDomContainer(setup) {
|
||||
beforeAll(() => {
|
||||
domContainer = document.createElement('div');
|
||||
(document.body || document.documentElement).appendChild(domContainer);
|
||||
setup({domContainer});
|
||||
setup({ domContainer });
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user