@@ -3028,7 +3028,7 @@ describe("LegacyESLint", () => {
30283028 } , / E r r o r w h i l e p r o c e s s i n g o p t i o n s v a l i d a t i o n s c h e m a o f r u l e ' s c h e m a - i n v a l i d \/ r u l e 1 ' : m i n I t e m s m u s t b e n u m b e r / u) ;
30293029 } ) ;
30303030
3031- it ( "should succesfully execute with a rule with `schema:false` from a plugin when no options were passed" , async ( ) => {
3031+ it ( "should successfully execute with a rule with `schema:false` from a plugin when no options were passed" , async ( ) => {
30323032 eslint = new LegacyESLint ( {
30333033 cwd : path . join ( fixtureDir , "plugins" ) ,
30343034 baseConfig : {
@@ -3055,7 +3055,7 @@ describe("LegacyESLint", () => {
30553055 ) ;
30563056 } ) ;
30573057
3058- it ( "should succesfully execute with a rule with `schema:false` from a plugin when an option is passed" , async ( ) => {
3058+ it ( "should successfully execute with a rule with `schema:false` from a plugin when an option is passed" , async ( ) => {
30593059 eslint = new LegacyESLint ( {
30603060 cwd : path . join ( fixtureDir , "plugins" ) ,
30613061 baseConfig : {
@@ -3082,7 +3082,7 @@ describe("LegacyESLint", () => {
30823082 ) ;
30833083 } ) ;
30843084
3085- it ( "should succesfully execute with a rule with `schema:[]` from a plugin when no options were passed" , async ( ) => {
3085+ it ( "should successfully execute with a rule with `schema:[]` from a plugin when no options were passed" , async ( ) => {
30863086 eslint = new LegacyESLint ( {
30873087 cwd : path . join ( fixtureDir , "plugins" ) ,
30883088 baseConfig : {
@@ -3131,7 +3131,7 @@ describe("LegacyESLint", () => {
31313131 } , / C o n f i g u r a t i o n f o r r u l e " s c h e m a - e m p t y - a r r a y \/ r u l e 1 " i s i n v a l i d .* s h o u l d N O T h a v e m o r e t h a n 0 i t e m s / su) ;
31323132 } ) ;
31333133
3134- it ( "should succesfully execute with a rule with no schema from a plugin when no options were passed" , async ( ) => {
3134+ it ( "should successfully execute with a rule with no schema from a plugin when no options were passed" , async ( ) => {
31353135 eslint = new LegacyESLint ( {
31363136 cwd : path . join ( fixtureDir , "plugins" ) ,
31373137 baseConfig : {
@@ -3178,7 +3178,7 @@ describe("LegacyESLint", () => {
31783178 } , / C o n f i g u r a t i o n f o r r u l e " s c h e m a - m i s s i n g \/ r u l e 1 " i s i n v a l i d .* s h o u l d N O T h a v e m o r e t h a n 0 i t e m s / su) ;
31793179 } ) ;
31803180
3181- it ( "should succesfully execute with a rule with an array schema from a plugin when no options were passed" , async ( ) => {
3181+ it ( "should successfully execute with a rule with an array schema from a plugin when no options were passed" , async ( ) => {
31823182 eslint = new LegacyESLint ( {
31833183 cwd : path . join ( fixtureDir , "plugins" ) ,
31843184 baseConfig : {
@@ -3205,7 +3205,7 @@ describe("LegacyESLint", () => {
32053205 ) ;
32063206 } ) ;
32073207
3208- it ( "should succesfully execute with a rule with an array schema from a plugin when a correct option was passed" , async ( ) => {
3208+ it ( "should successfully execute with a rule with an array schema from a plugin when a correct option was passed" , async ( ) => {
32093209 eslint = new LegacyESLint ( {
32103210 cwd : path . join ( fixtureDir , "plugins" ) ,
32113211 baseConfig : {
@@ -3280,7 +3280,7 @@ describe("LegacyESLint", () => {
32803280 } , / C o n f i g u r a t i o n f o r r u l e " s c h e m a - a r r a y \/ r u l e 1 " i s i n v a l i d .* s h o u l d N O T h a v e m o r e t h a n 1 i t e m s / su) ;
32813281 } ) ;
32823282
3283- it ( "should succesfully execute with a rule with an object schema from a plugin when no options were passed" , async ( ) => {
3283+ it ( "should successfully execute with a rule with an object schema from a plugin when no options were passed" , async ( ) => {
32843284 eslint = new LegacyESLint ( {
32853285 cwd : path . join ( fixtureDir , "plugins" ) ,
32863286 baseConfig : {
@@ -3307,7 +3307,7 @@ describe("LegacyESLint", () => {
33073307 ) ;
33083308 } ) ;
33093309
3310- it ( "should succesfully execute with a rule with an object schema from a plugin when a correct option was passed" , async ( ) => {
3310+ it ( "should successfully execute with a rule with an object schema from a plugin when a correct option was passed" , async ( ) => {
33113311 eslint = new LegacyESLint ( {
33123312 cwd : path . join ( fixtureDir , "plugins" ) ,
33133313 baseConfig : {
@@ -4290,7 +4290,7 @@ describe("LegacyESLint", () => {
42904290 * Run 1: Lint result wasn't already cached.
42914291 * Run 2: Lint result was already cached. The cached lint result is used but the cache is reconciled before the run ends.
42924292 * Run 3: Lint result was already cached. The cached lint result was being used throughout the previous run, so possible
4293- * mutations in the previous run that occured after the cache was reconciled may have side effects for this run.
4293+ * mutations in the previous run that occurred after the cache was reconciled may have side effects for this run.
42944294 */
42954295 for ( let i = 0 ; i < 3 ; i ++ ) {
42964296 const [ result ] = await eslint . lintFiles ( [ filePath ] ) ;
@@ -4359,7 +4359,7 @@ describe("LegacyESLint", () => {
43594359 * Run 1: Lint result wasn't already cached.
43604360 * Run 2: Lint result was already cached. The cached lint result is used but the cache is reconciled before the run ends.
43614361 * Run 3: Lint result was already cached. The cached lint result was being used throughout the previous run, so possible
4362- * mutations in the previous run that occured after the cache was reconciled may have side effects for this run.
4362+ * mutations in the previous run that occurred after the cache was reconciled may have side effects for this run.
43634363 */
43644364 for ( let i = 0 ; i < 3 ; i ++ ) {
43654365 const [ result ] = await eslint . lintFiles ( [ filePath ] ) ;
0 commit comments