File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4980,7 +4980,7 @@ namespace ts.projectSystem {
4980
4980
assert . isTrue ( error2Result . length === 0 ) ;
4981
4981
} ) ;
4982
4982
4983
- it ( "should report semanitc errors for loose JS files with '// @ts-check' and skipLibCheck=true" , ( ) => {
4983
+ it ( "should report semantic errors for loose JS files with '// @ts-check' and skipLibCheck=true" , ( ) => {
4984
4984
const jsFile = {
4985
4985
path : "/a/jsFile.js" ,
4986
4986
content : `
@@ -5002,7 +5002,7 @@ namespace ts.projectSystem {
5002
5002
assert . equal ( errorResult [ 0 ] . code , Diagnostics . Operator_0_cannot_be_applied_to_types_1_and_2 . code ) ;
5003
5003
} ) ;
5004
5004
5005
- it ( "should report semanitc errors for configured js project with '// @ts-check' and skipLibCheck=true" , ( ) => {
5005
+ it ( "should report semantic errors for configured js project with '// @ts-check' and skipLibCheck=true" , ( ) => {
5006
5006
const jsconfigFile = {
5007
5007
path : "/a/jsconfig.json" ,
5008
5008
content : "{}"
@@ -5029,7 +5029,7 @@ namespace ts.projectSystem {
5029
5029
assert . equal ( errorResult [ 0 ] . code , Diagnostics . Operator_0_cannot_be_applied_to_types_1_and_2 . code ) ;
5030
5030
} ) ;
5031
5031
5032
- it ( "should report semanitc errors for configured js project with checkJs=true and skipLibCheck=true" , ( ) => {
5032
+ it ( "should report semantic errors for configured js project with checkJs=true and skipLibCheck=true" , ( ) => {
5033
5033
const jsconfigFile = {
5034
5034
path : "/a/jsconfig.json" ,
5035
5035
content : JSON . stringify ( {
You can’t perform that action at this time.
0 commit comments