npm update + fix linked to this update
found an issue with eslint when empty comments were used.
This commit is contained in:
@@ -54,7 +54,7 @@ describe('recalculate', function () {
|
||||
{
|
||||
getSVGRoot () { return svg; },
|
||||
getStartTransform () { return ''; },
|
||||
setStartTransform () { /* */ }
|
||||
setStartTransform () { /* empty fn */ }
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user