Skip to content

Commit

Permalink
attempt to fix 14
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Mar 17, 2023
1 parent 84e6127 commit 7c5472a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 7c5472a

Please sign in to comment.