Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Nov 1, 2024
1 parent 005d648 commit 33196dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/zwave-js/src/lib/node/NodeReadyMachine.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Interpreter, interpret } from "xstate";
// import { SimulatedClock } from "xstate/lib/SimulatedClock";
import { TaskContext, TestContext, test } from "vitest";
import { type TaskContext, type TestContext, test } from "vitest";
import {
type NodeReadyContext,
type NodeReadyEvent,
Expand Down
2 changes: 1 addition & 1 deletion packages/zwave-js/src/lib/node/NodeStatusMachine.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Interpreter, interpret } from "xstate";
// import { SimulatedClock } from "xstate/lib/SimulatedClock";
import { TaskContext, TestContext, test } from "vitest";
import { type TaskContext, type TestContext, test } from "vitest";
import {
type NodeStatusEvent,
type NodeStatusMachine,
Expand Down

0 comments on commit 33196dc

Please sign in to comment.