There was an error while loading. Please reload this page.
1 parent b2da875 commit 7272b41Copy full SHA for 7272b41
1 file changed
src/rules/no-unnecessary-arbitrary-value.spec.ts
@@ -2,10 +2,7 @@ import * as Parser from "@typescript-eslint/parser";
2
import { RuleTester, TestCaseError } from "@typescript-eslint/rule-tester";
3
4
import { joinListElements } from "../utils/list-formatter";
5
-import {
6
- emptySettings,
7
- withAllPresetsSettings,
8
-} from "../utils/parser/test-helpers";
+import { withAllPresetsSettings } from "../utils/parser/test-helpers";
9
import {
10
type MessageIds,
11
noUnnecessaryArbitraryValue,
0 commit comments