chore(check-all): fix test

This commit is contained in:
Gregor Kleen 2020-06-14 18:15:40 +02:00
parent 26cc8e4b53
commit 33d9d7dbc3

View File

@ -11,7 +11,7 @@ describe('CheckAll', () => {
let checkAll;
beforeEach(() => {
const element = document.createElement('div');
const element = document.createElement('table');
checkAll = new CheckAll(element, MOCK_APP);
});