Corrected scenario names in the test cases

This commit is contained in:
Sheetal Nandi 2015-09-16 14:02:20 -07:00
parent fce9f32bd4
commit e32c920cc2
15 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify anyt files",
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify any files",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify anyt files",
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify any files",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
"scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
"scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
"scenario": "Verify when same named .d.ts and .js file exists in the folder but .d.ts file is specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
"scenario": "Verify when same named .d.ts and .js file exists in the folder but .d.ts file is specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json",
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json",
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"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",
"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",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"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",
"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",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify anyt files",
"scenario": "Verify when different named .ts and .js file exists in the folder and tsconfig.json doesnt specify any files",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
"scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but .ts file is specified in tsconfig.json",
"scenario": "Verify when same named .d.ts and .js file exists in the folder but .d.ts file is specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json",
"scenario": "Verify when same named .d.ts and .js file exists in the folder but no file is specified in tsconfig.json",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,

View File

@ -1,5 +1,5 @@
{
"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",
"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",
"projectRoot": "tests/cases/projects/jsFileCompilation",
"baselineCheck": true,
"declaration": true,