Skip to content

Commit b7fcc8f

Browse files
committed
update snapshots
1 parent c4774d4 commit b7fcc8f

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

test/typescript-generator/__snapshots__/generate.test.ts.snap

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const PUT: updatePet = async ($) => {
1717
exports[`end-to-end test generates the same code for pet store that it did on the last test run 2`] = `
1818
"types/paths/pet.types.ts:// This code was automatically generated from an OpenAPI description.
1919
// Do not edit this file. Edit the OpenAPI file instead.
20-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
20+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
2121
2222
import type { WideOperationArgument } from "../../counterfact-types/index.ts";
2323
import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -171,7 +171,7 @@ export const GET: findPetsByStatus = async ($) => {
171171
exports[`end-to-end test generates the same code for pet store that it did on the last test run 4`] = `
172172
"types/paths/pet/findByStatus.types.ts:// This code was automatically generated from an OpenAPI description.
173173
// Do not edit this file. Edit the OpenAPI file instead.
174-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
174+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
175175
176176
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
177177
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -258,7 +258,7 @@ export const GET: findPetsByTags = async ($) => {
258258
exports[`end-to-end test generates the same code for pet store that it did on the last test run 6`] = `
259259
"types/paths/pet/findByTags.types.ts:// This code was automatically generated from an OpenAPI description.
260260
// Do not edit this file. Edit the OpenAPI file instead.
261-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
261+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
262262
263263
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
264264
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -355,7 +355,7 @@ export const DELETE: deletePet = async ($) => {
355355
exports[`end-to-end test generates the same code for pet store that it did on the last test run 8`] = `
356356
"types/paths/pet/{petId}.types.ts:// This code was automatically generated from an OpenAPI description.
357357
// Do not edit this file. Edit the OpenAPI file instead.
358-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
358+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
359359
360360
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
361361
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -538,7 +538,7 @@ export const POST: uploadFile = async ($) => {
538538
exports[`end-to-end test generates the same code for pet store that it did on the last test run 10`] = `
539539
"types/paths/pet/{petId}/uploadImage.types.ts:// This code was automatically generated from an OpenAPI description.
540540
// Do not edit this file. Edit the OpenAPI file instead.
541-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
541+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
542542
543543
import type { WideOperationArgument } from "../../../../counterfact-types/index.ts";
544544
import type { OmitValueWhenNever } from "../../../../counterfact-types/index.ts";
@@ -612,7 +612,7 @@ export const GET: getInventory = async ($) => {
612612
exports[`end-to-end test generates the same code for pet store that it did on the last test run 12`] = `
613613
"types/paths/store/inventory.types.ts:// This code was automatically generated from an OpenAPI description.
614614
// Do not edit this file. Edit the OpenAPI file instead.
615-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
615+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
616616
617617
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
618618
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -674,7 +674,7 @@ export const POST: placeOrder = async ($) => {
674674
exports[`end-to-end test generates the same code for pet store that it did on the last test run 14`] = `
675675
"types/paths/store/order.types.ts:// This code was automatically generated from an OpenAPI description.
676676
// Do not edit this file. Edit the OpenAPI file instead.
677-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
677+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
678678
679679
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
680680
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -751,7 +751,7 @@ export const DELETE: deleteOrder = async ($) => {
751751
exports[`end-to-end test generates the same code for pet store that it did on the last test run 16`] = `
752752
"types/paths/store/order/{orderId}.types.ts:// This code was automatically generated from an OpenAPI description.
753753
// Do not edit this file. Edit the OpenAPI file instead.
754-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
754+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
755755
756756
import type { WideOperationArgument } from "../../../../counterfact-types/index.ts";
757757
import type { OmitValueWhenNever } from "../../../../counterfact-types/index.ts";
@@ -896,7 +896,7 @@ export const POST: createUser = async ($) => {
896896
exports[`end-to-end test generates the same code for pet store that it did on the last test run 18`] = `
897897
"types/paths/user.types.ts:// This code was automatically generated from an OpenAPI description.
898898
// Do not edit this file. Edit the OpenAPI file instead.
899-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
899+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
900900
901901
import type { WideOperationArgument } from "../../counterfact-types/index.ts";
902902
import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -968,7 +968,7 @@ export const POST: createUsersWithListInput = async ($) => {
968968
exports[`end-to-end test generates the same code for pet store that it did on the last test run 20`] = `
969969
"types/paths/user/createWithList.types.ts:// This code was automatically generated from an OpenAPI description.
970970
// Do not edit this file. Edit the OpenAPI file instead.
971-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
971+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
972972
973973
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
974974
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1049,7 +1049,7 @@ export const GET: loginUser = async ($) => {
10491049
exports[`end-to-end test generates the same code for pet store that it did on the last test run 22`] = `
10501050
"types/paths/user/login.types.ts:// This code was automatically generated from an OpenAPI description.
10511051
// Do not edit this file. Edit the OpenAPI file instead.
1052-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1052+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
10531053
10541054
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
10551055
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1139,7 +1139,7 @@ export const GET: logoutUser = async ($) => {
11391139
exports[`end-to-end test generates the same code for pet store that it did on the last test run 24`] = `
11401140
"types/paths/user/logout.types.ts:// This code was automatically generated from an OpenAPI description.
11411141
// Do not edit this file. Edit the OpenAPI file instead.
1142-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1142+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
11431143
11441144
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
11451145
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1203,7 +1203,7 @@ export const DELETE: deleteUser = async ($) => {
12031203
exports[`end-to-end test generates the same code for pet store that it did on the last test run 26`] = `
12041204
"types/paths/user/{username}.types.ts:// This code was automatically generated from an OpenAPI description.
12051205
// Do not edit this file. Edit the OpenAPI file instead.
1206-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1206+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
12071207
12081208
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
12091209
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1531,7 +1531,7 @@ export const GET: HTTP_GET = async ($) => {
15311531
exports[`end-to-end test generates the same code for the example that it did on the last test run 2`] = `
15321532
"types/paths/index.types.ts:// This code was automatically generated from an OpenAPI description.
15331533
// Do not edit this file. Edit the OpenAPI file instead.
1534-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1534+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
15351535
15361536
import type { WideOperationArgument } from "../../counterfact-types/index.ts";
15371537
import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -1596,7 +1596,7 @@ export const GET: HTTP_GET = async ($) => {
15961596
exports[`end-to-end test generates the same code for the example that it did on the last test run 4`] = `
15971597
"types/paths/count.types.ts:// This code was automatically generated from an OpenAPI description.
15981598
// Do not edit this file. Edit the OpenAPI file instead.
1599-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1599+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
16001600
16011601
import type { WideOperationArgument } from "../../counterfact-types/index.ts";
16021602
import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -1661,7 +1661,7 @@ export const GET: helloKitty = async ($) => {
16611661
exports[`end-to-end test generates the same code for the example that it did on the last test run 6`] = `
16621662
"types/paths/hello/kitty.types.ts:// This code was automatically generated from an OpenAPI description.
16631663
// Do not edit this file. Edit the OpenAPI file instead.
1664-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1664+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
16651665
16661666
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
16671667
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1726,7 +1726,7 @@ export const GET: HTTP_GET = async ($) => {
17261726
exports[`end-to-end test generates the same code for the example that it did on the last test run 8`] = `
17271727
"types/paths/hello/{name}.types.ts:// This code was automatically generated from an OpenAPI description.
17281728
// Do not edit this file. Edit the OpenAPI file instead.
1729-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1729+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
17301730
17311731
import type { WideOperationArgument } from "../../../counterfact-types/index.ts";
17321732
import type { OmitValueWhenNever } from "../../../counterfact-types/index.ts";
@@ -1801,7 +1801,7 @@ export const GET: HTTP_GET = async ($) => {
18011801
exports[`end-to-end test generates the same code for the example that it did on the last test run 10`] = `
18021802
"types/paths/path-one.types.ts:// This code was automatically generated from an OpenAPI description.
18031803
// Do not edit this file. Edit the OpenAPI file instead.
1804-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1804+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
18051805
18061806
import type { WideOperationArgument } from "../../counterfact-types/index.ts";
18071807
import type { OmitValueWhenNever } from "../../counterfact-types/index.ts";
@@ -1869,7 +1869,7 @@ export const GET: HTTP_GET = async ($) => {
18691869
exports[`end-to-end test generates the same code for the example that it did on the last test run 12`] = `
18701870
"types/paths/weird/path/with:colon.types.ts:// This code was automatically generated from an OpenAPI description.
18711871
// Do not edit this file. Edit the OpenAPI file instead.
1872-
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq-generated-code.md
1872+
// For more information, see https://github.com/pmcelhaney/counterfact/blob/main/docs/faq.md
18731873
18741874
import type { WideOperationArgument } from "../../../../counterfact-types/index.ts";
18751875
import type { OmitValueWhenNever } from "../../../../counterfact-types/index.ts";

0 commit comments

Comments
 (0)