Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-startsev committed Jan 18, 2019
1 parent cfd0af7 commit 53ce485
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/src/rules/no-unresolved.js
Expand Up @@ -218,11 +218,6 @@ function runResolverTests(resolver) {
code: `import foo from "${mismatchedPath}"`,
options: [{ caseSensitive: true }],
}),
// #1259 issue
rest({ // test with explicit flag
code: `import foo from "d:/Repos/eslint-plugin-import/tests/files/jsx/MyUnCoolComponent.jsx"`,
options: [{ caseSensitiveStrict: true }],
}),
],

invalid: [
Expand Down

0 comments on commit 53ce485

Please sign in to comment.