Skip to content

Commit

Permalink
Testing Node-Module install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ROSSROSALES committed Oct 18, 2022
1 parent a187a9d commit 1a36724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/rules/sort-prop-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ ruleTester.run('sort-prop-types', rule, {
},
],
},
semver.satisfies(eslintPkg.version, '> 3') ? {
{
code: `
var First = createReactClass({
propTypes: {
Expand Down Expand Up @@ -537,7 +537,7 @@ ruleTester.run('sort-prop-types', rule, {
type: 'Property',
},
],
} : [],
},
{
code: `
var First = createReactClass({
Expand Down

0 comments on commit 1a36724

Please sign in to comment.