Append fixture el to actual DOM

This commit is contained in:
Alasdair Smith 2018-03-07 09:51:54 +00:00
parent 8781023b80
commit 9ed4f121b1

View file

@ -1,6 +1,7 @@
class Fixture {
constructor () {
this.el = document.createElement('div')
document.body.appendChild(this.el)
}
load (html) {