removed focus on describe
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
551af77fc3
commit
1b46359574
|
@ -80,7 +80,7 @@ describe('Travel Component vnTravelExtraCommunity', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
fdescribe('dragEnd()', () => {
|
describe('dragEnd()', () => {
|
||||||
it(`should remove the class "dragging" from the draggable element
|
it(`should remove the class "dragging" from the draggable element
|
||||||
and then set the entryId controller property to null`, () => {
|
and then set the entryId controller property to null`, () => {
|
||||||
const draggable = document.createElement('a');
|
const draggable = document.createElement('a');
|
||||||
|
|
Loading…
Reference in New Issue