Chore: Remove unused variables
This commit is contained in:
parent
1a415f4815
commit
e68b31e267
42 changed files with 48 additions and 106 deletions
|
@ -884,7 +884,6 @@ describe("ReplaceGeometryAction", () => {
|
|||
)
|
||||
|
||||
it("should move nodes accordingly", async () => {
|
||||
const layout = new LayoutConfig(<any>grbStripped)
|
||||
|
||||
const bbox = new BBox([
|
||||
[3.2166673243045807, 51.21467321525788],
|
||||
|
|
|
@ -6,7 +6,7 @@ import { Changes } from "../../../src/Logic/Osm/Changes"
|
|||
import { describe, expect, it } from "vitest"
|
||||
|
||||
function elstorage() {
|
||||
return { addAlias: (a, b) => {} }
|
||||
return { addAlias: (_, __) => {} }
|
||||
}
|
||||
|
||||
describe("ChangesetHanlder", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue