mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-26 14:34:27 +02:00
Adapting to changes to JSDOM
This commit is contained in:
@@ -9,8 +9,7 @@ beforeAll(() => {
|
||||
test('Click nav plugin', () => {
|
||||
const next = jest.fn();
|
||||
const ws = document.getElementById('webslides');
|
||||
// Simulates dataset
|
||||
ws.dataset = {};
|
||||
|
||||
const webslides = {
|
||||
options: {
|
||||
changeOnClick: true
|
||||
|
Reference in New Issue
Block a user