mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-26 06:24:28 +02:00
Linting
This commit is contained in:
@@ -142,7 +142,6 @@ describe('Animation', () => {
|
||||
expect(DOM.getAnimationEvent(fakeEl)).toBe('oAnimationEnd');
|
||||
});
|
||||
|
||||
|
||||
test('Prefixed Gecko', () => {
|
||||
const fakeEl = {
|
||||
style: {
|
||||
@@ -153,7 +152,6 @@ describe('Animation', () => {
|
||||
expect(DOM.getAnimationEvent(fakeEl)).toBe('animationend');
|
||||
});
|
||||
|
||||
|
||||
test('Prefixed Webkit', () => {
|
||||
const fakeEl = {
|
||||
style: {
|
||||
@@ -268,3 +266,4 @@ describe('Focusble Element', () => {
|
||||
expect(DOM.isFocusableElement()).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user