do to formatters
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { DriverViewModel } from "./DriverViewModel";
|
||||
import { describe, expect, it } from "vitest";
|
||||
import type { DriverData } from "../view-data/LeagueStandingsViewData";
|
||||
import { DriverViewModel } from "./DriverViewModel";
|
||||
|
||||
describe("DriverViewModel", () => {
|
||||
it("should create instance with all properties", () => {
|
||||
|
||||
Reference in New Issue
Block a user