From 7c5472a7aab8c44fb93e9e9b41f08e27d748d8c5 Mon Sep 17 00:00:00 2001 From: Timofei Iatsenko Date: Fri, 17 Mar 2023 09:25:26 +0100 Subject: [PATCH] attempt to fix 14 --- packages/vite-plugin/test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vite-plugin/test/index.ts b/packages/vite-plugin/test/index.ts index 8d759f27c..fb08b9846 100644 --- a/packages/vite-plugin/test/index.ts +++ b/packages/vite-plugin/test/index.ts @@ -3,7 +3,7 @@ import { exec as _exec } from "child_process" import { mkdtempSync } from "fs" import os from "os" -const skipOnWindows = os.platform() === "win32" ? describe.skip : describe +const skipOnWindows = os.platform() === "win32" ? it.skip : it describe("vite-plugin", () => { skipOnWindows("should return compiled catalog", async () => {