Skip to content

Commit f00bc36

Browse files
committed
rename tests
1 parent 23681f3 commit f00bc36

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tests/baselines/reference/quickInfoOnJsDocPropertyWithAmbientDeclaration.baseline renamed to tests/baselines/reference/quickInfoOnPropertyWithAmbientDeclarationInJs.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
{
33
"marker": {
44
"fileName": "/test.js",
5-
"position": 127,
5+
"position": 125,
66
"name": ""
77
},
88
"quickInfo": {
99
"kind": "",
1010
"kindModifiers": "",
1111
"textSpan": {
12-
"start": 124,
12+
"start": 122,
1313
"length": 3
1414
},
1515
"displayParts": [

tests/cases/fourslash/quickInfoOnJsDocPropertyWithAmbientDeclaration.ts renamed to tests/cases/fourslash/quickInfoOnPropertyWithAmbientDeclarationInJs.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
//// constructor() {
88
//// this.prop = { };
99
//// }
10-
////
1110
//// declare prop: string;
12-
////
1311
//// method() {
1412
//// this.prop.foo/**/
1513
//// }
1614
////}
1715

18-
verify.baselineQuickInfo();
16+
verify.baselineQuickInfo();

0 commit comments

Comments
 (0)