@@ -38,10 +38,10 @@ test('Load p1', () => {
3838 "extendsFiles": Array [],
3939 "extendsPaths": Array [],
4040 "fileNotFound": false,
41- "filePath": "assets/p1/tsdocconfig .json",
41+ "filePath": "assets/p1/tsdoc .json",
4242 "messages": Array [],
4343 "tagDefinitions": Array [],
44- "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdocconfig .schema.json",
44+ "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdoc .schema.json",
4545 }
4646 ` ) ;
4747} ) ;
@@ -51,7 +51,7 @@ test('Load p2', () => {
5151 "extendsFiles": Array [],
5252 "extendsPaths": Array [],
5353 "fileNotFound": true,
54- "filePath": "assets/p2/tsdocconfig .json",
54+ "filePath": "assets/p2/tsdoc .json",
5555 "messages": Array [
5656 ParserMessage {
5757 "_text": undefined,
@@ -79,7 +79,7 @@ test('Load p3', () => {
7979 "extendsFiles": Array [],
8080 "extendsPaths": Array [],
8181 "fileNotFound": false,
82- "filePath": "assets/p3/base1/tsdocconfig -base1.json",
82+ "filePath": "assets/p3/base1/tsdoc -base1.json",
8383 "messages": Array [],
8484 "tagDefinitions": Array [
8585 TSDocTagDefinition {
@@ -90,13 +90,13 @@ test('Load p3', () => {
9090 "tagNameWithUpperCase": "@BASE1",
9191 },
9292 ],
93- "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdocconfig .schema.json",
93+ "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdoc .schema.json",
9494 },
9595 Object {
9696 "extendsFiles": Array [],
9797 "extendsPaths": Array [],
9898 "fileNotFound": false,
99- "filePath": "assets/p3/base2/tsdocconfig -base2.json",
99+ "filePath": "assets/p3/base2/tsdoc -base2.json",
100100 "messages": Array [],
101101 "tagDefinitions": Array [
102102 TSDocTagDefinition {
@@ -107,15 +107,15 @@ test('Load p3', () => {
107107 "tagNameWithUpperCase": "@BASE2",
108108 },
109109 ],
110- "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdocconfig .schema.json",
110+ "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdoc .schema.json",
111111 },
112112 ],
113113 "extendsPaths": Array [
114- "./base1/tsdocconfig -base1.json",
115- "./base2/tsdocconfig -base2.json",
114+ "./base1/tsdoc -base1.json",
115+ "./base2/tsdoc -base2.json",
116116 ],
117117 "fileNotFound": false,
118- "filePath": "assets/p3/tsdocconfig .json",
118+ "filePath": "assets/p3/tsdoc .json",
119119 "messages": Array [],
120120 "tagDefinitions": Array [
121121 TSDocTagDefinition {
@@ -126,7 +126,7 @@ test('Load p3', () => {
126126 "tagNameWithUpperCase": "@ROOT",
127127 },
128128 ],
129- "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdocconfig .schema.json",
129+ "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdoc .schema.json",
130130 }
131131 ` ) ;
132132} ) ;
@@ -138,7 +138,7 @@ test('Load p4', () => {
138138 "extendsFiles": Array [],
139139 "extendsPaths": Array [],
140140 "fileNotFound": false,
141- "filePath": "assets/p4/node_modules/example-lib/dist/tsdocconfig -example.json",
141+ "filePath": "assets/p4/node_modules/example-lib/dist/tsdoc -example.json",
142142 "messages": Array [],
143143 "tagDefinitions": Array [
144144 TSDocTagDefinition {
@@ -149,14 +149,14 @@ test('Load p4', () => {
149149 "tagNameWithUpperCase": "@EXAMPLE",
150150 },
151151 ],
152- "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdocconfig .schema.json",
152+ "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdoc .schema.json",
153153 },
154154 ],
155155 "extendsPaths": Array [
156- "example-lib/dist/tsdocconfig -example.json",
156+ "example-lib/dist/tsdoc -example.json",
157157 ],
158158 "fileNotFound": false,
159- "filePath": "assets/p4/tsdocconfig .json",
159+ "filePath": "assets/p4/tsdoc .json",
160160 "messages": Array [],
161161 "tagDefinitions": Array [
162162 TSDocTagDefinition {
@@ -167,7 +167,7 @@ test('Load p4', () => {
167167 "tagNameWithUpperCase": "@ROOT",
168168 },
169169 ],
170- "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdocconfig .schema.json",
170+ "tsdocSchema": "https://developer.microsoft.com/json-schemas/tsdoc/v1/tsdoc .schema.json",
171171 }
172172 ` ) ;
173173} ) ;
0 commit comments