mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Corrected scenario names in the test cases
This commit is contained in:
parent
fce9f32bd4
commit
e32c920cc2
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user