mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-25 07:28:55 -05:00
fix: fixes failing test
This commit is contained in:
4
src/modes/tests/fixtures/TestMode.ts
vendored
4
src/modes/tests/fixtures/TestMode.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { MouseCoords, ModeContext } from "../../../types";
|
||||
import { Coords } from "../../../renderer/elements/Coords";
|
||||
import { ModeBase } from "../../ModeBase";
|
||||
|
||||
export class TestMode extends ModeBase {
|
||||
@@ -8,5 +8,5 @@ export class TestMode extends ModeBase {
|
||||
|
||||
TEST_EVENT() {}
|
||||
|
||||
MOUSE_MOVE(e: MouseCoords) {}
|
||||
MOUSE_MOVE(e: Coords) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user