@@ -4999,7 +4999,7 @@ namespace ts.projectSystem {
4999
4999
) ;
5000
5000
const errorResult = < protocol . Diagnostic [ ] > session . executeCommand ( getErrRequest ) . response ;
5001
5001
assert . isTrue ( errorResult . length === 1 ) ;
5002
- assert . equal ( errorResult [ 0 ] . code , Diagnostics . The_types_of_these_values_indicates_that_this_condition_will_always_be_0 . code ) ;
5002
+ assert . equal ( errorResult [ 0 ] . code , Diagnostics . The_types_of_these_values_indicate_that_this_condition_will_always_be_0 . code ) ;
5003
5003
} ) ;
5004
5004
5005
5005
it ( "should report semantic errors for configured js project with '// @ts-check' and skipLibCheck=true" , ( ) => {
@@ -5026,7 +5026,7 @@ namespace ts.projectSystem {
5026
5026
) ;
5027
5027
const errorResult = < protocol . Diagnostic [ ] > session . executeCommand ( getErrRequest ) . response ;
5028
5028
assert . isTrue ( errorResult . length === 1 ) ;
5029
- assert . equal ( errorResult [ 0 ] . code , Diagnostics . The_types_of_these_values_indicates_that_this_condition_will_always_be_0 . code ) ;
5029
+ assert . equal ( errorResult [ 0 ] . code , Diagnostics . The_types_of_these_values_indicate_that_this_condition_will_always_be_0 . code ) ;
5030
5030
} ) ;
5031
5031
5032
5032
it ( "should report semantic errors for configured js project with checkJs=true and skipLibCheck=true" , ( ) => {
@@ -5055,7 +5055,7 @@ namespace ts.projectSystem {
5055
5055
) ;
5056
5056
const errorResult = < protocol . Diagnostic [ ] > session . executeCommand ( getErrRequest ) . response ;
5057
5057
assert . isTrue ( errorResult . length === 1 ) ;
5058
- assert . equal ( errorResult [ 0 ] . code , Diagnostics . The_types_of_these_values_indicates_that_this_condition_will_always_be_0 . code ) ;
5058
+ assert . equal ( errorResult [ 0 ] . code , Diagnostics . The_types_of_these_values_indicate_that_this_condition_will_always_be_0 . code ) ;
5059
5059
} ) ;
5060
5060
} ) ;
5061
5061
0 commit comments