Codacy style changes for test files
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
const createElement = str => {
|
||||
const el = document.createElement('div');
|
||||
el.innerHTML = str;
|
||||
return el.firstElementChild;
|
||||
const el = document.createElement('div');
|
||||
el.innerHTML = str;
|
||||
return el.firstElementChild;
|
||||
};
|
||||
|
||||
module.exports = createElement;
|
||||
Reference in New Issue
Block a user