Skip to content

Commit e32c920

Browse files
committed
Corrected scenario names in the test cases
1 parent fce9f32 commit e32c920

15 files changed

Lines changed: 15 additions & 15 deletions

tests/baselines/reference/project/jsFileCompilationDifferentNamesNotSpecified/amd/jsFileCompilationDifferentNamesNotSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify anyt files",
2+
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify any files",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationDifferentNamesNotSpecified/node/jsFileCompilationDifferentNamesNotSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify anyt files",
2+
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify any files",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationDifferentNamesSpecified/amd/jsFileCompilationDifferentNamesSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
2+
"scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationDifferentNamesSpecified/node/jsFileCompilationDifferentNamesSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
2+
"scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationSameNameDTsSpecified/amd/jsFileCompilationSameNameDTsSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
2+
"scenario": "Verify when same named .d.ts and .js file exists in the folder but .d.ts file is specified in tsconfig.json",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationSameNameDTsSpecified/node/jsFileCompilationSameNameDTsSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
2+
"scenario": "Verify when same named .d.ts and .js file exists in the folder but .d.ts file is specified in tsconfig.json",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationSameNameDtsNotSpecified/amd/jsFileCompilationSameNameDtsNotSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json",
2+
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationSameNameDtsNotSpecified/node/jsFileCompilationSameNameDtsNotSpecified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json",
2+
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationSameNameDtsNotSpecifiedWithConsumeJsFiles/amd/jsFileCompilationSameNameDtsNotSpecifiedWithConsumeJsFiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json and consumeJsFiles is true",
2+
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json and consumeJsFiles is true",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

tests/baselines/reference/project/jsFileCompilationSameNameDtsNotSpecifiedWithConsumeJsFiles/node/jsFileCompilationSameNameDtsNotSpecifiedWithConsumeJsFiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json and consumeJsFiles is true",
2+
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json and consumeJsFiles is true",
33
"projectRoot": "tests/cases/projects/jsFileCompilation",
44
"baselineCheck": true,
55
"declaration": true,

0 commit comments

Comments
 (0)