From 18dcc0b424d0fc05f38c741bca2ae36aa8a9a1b5 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Thu, 14 Mar 2024 16:07:01 +0900 Subject: [PATCH] chore: comment --- test/ws-api/fixtures/server-url/vitest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ws-api/fixtures/server-url/vitest.config.ts b/test/ws-api/fixtures/server-url/vitest.config.ts index a35b318df827..1855b750849e 100644 --- a/test/ws-api/fixtures/server-url/vitest.config.ts +++ b/test/ws-api/fixtures/server-url/vitest.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'vitest/config' import basicSsl from '@vitejs/plugin-basic-ssl' // test https by -// TEST_HTTPS=1 pnpm test-fixtures --root fixtures/server-url +// TEST_HTTPS=1 pnpm test --root fixtures/server-url --api export default defineConfig({ plugins: [