Skip to content

Commit a63b6c9

Browse files
committed
fix: dependancy import
1 parent 177aad0 commit a63b6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/valid-expect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AST_NODE_TYPES, TSESLint, TSESTree } from '@typescript-eslint/utils'
22
import { createEslintRule, FunctionExpression, getAccessorValue, isFunction, isSupportedAccessor } from '../utils'
33
import { parseVitestFnCallWithReason } from '../utils/parse-vitest-fn-call'
44
import { ModifierName } from '../utils/types'
5-
import { parsePluginSettings } from 'src/utils/parse-plugin-settings'
5+
import { parsePluginSettings } from '../utils/parse-plugin-settings'
66

77
export const RULE_NAME = 'valid-expect'
88
export type MESSAGE_IDS =

0 commit comments

Comments
 (0)