Skip to content

Commit 41a7971

Browse files
committed
Fix lint issues
1 parent 0e0c4e2 commit 41a7971

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

v-next/core/test/internal/parameters.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import { describe, it } from "node:test";
21
import assert from "node:assert/strict";
3-
import { expectTypeOf } from "expect-type";
2+
import { describe, it } from "node:test";
43

4+
import { ParameterType } from "../../src/config.js";
55
import {
66
isValidParamNameCasing,
77
isParameterValueValid,
88
} from "../../src/internal/parameters.js";
9-
import { ParameterType } from "../../src/config.js";
109

1110
describe("Parameters", () => {
1211
describe("isValidParamNameCasing", () => {

0 commit comments

Comments
 (0)