Skip to content

Commit 53ce485

Browse files
Adjust tests
1 parent cfd0af7 commit 53ce485

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/src/rules/no-unresolved.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ function runResolverTests(resolver) {
218218
code: `import foo from "${mismatchedPath}"`,
219219
options: [{ caseSensitive: true }],
220220
}),
221-
// #1259 issue
222-
rest({ // test with explicit flag
223-
code: `import foo from "d:/Repos/eslint-plugin-import/tests/files/jsx/MyUnCoolComponent.jsx"`,
224-
options: [{ caseSensitiveStrict: true }],
225-
}),
226221
],
227222

228223
invalid: [

0 commit comments

Comments
 (0)