chore(check-all): fix test
This commit is contained in:
parent
26cc8e4b53
commit
33d9d7dbc3
@ -11,7 +11,7 @@ describe('CheckAll', () => {
|
|||||||
let checkAll;
|
let checkAll;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
const element = document.createElement('div');
|
const element = document.createElement('table');
|
||||||
checkAll = new CheckAll(element, MOCK_APP);
|
checkAll = new CheckAll(element, MOCK_APP);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user