From 37e290dd7d26a20af79668afe35d9f5dff43d18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B4=8B?= <145508543+lygg6699@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:40:35 +0800 Subject: [PATCH 1/2] Create devcontainer.json --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..ad93c14a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From cc34b930b3b5398b2f0cc8dfe862f59497245b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=B4=8B?= Date: Fri, 5 Jul 2024 10:13:59 +0800 Subject: [PATCH 2/2] Update README.md --- test/openapi/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/openapi/README.md b/test/openapi/README.md index e33c189c..3da76996 100644 --- a/test/openapi/README.md +++ b/test/openapi/README.md @@ -1,4 +1,4 @@ -## Using custom OpenAPI specification and fixtures files +*## Using custom OpenAPI specification and fixtures files You can place custom OpenAPI specification and fixtures files in this directory. The files must be in JSON format, and must be named `spec3.json` @@ -7,3 +7,4 @@ and `fixtures3.json` respectively. If those files are present, the test suite will start its own stripe-mock process on a random available port. In order for this to work, `stripe-mock` must be on the `PATH` in the environment used to run the test suite. +*