Skip to content

Commit

Permalink
ok that one is on me
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 29, 2024
1 parent 36c4067 commit e0734cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function checkBundleForRelease(bundlePath: string): void {
}

// Query params and hashes are weird on windows
(process.platform === "win32" ? describe : describe.skip)("Injection with query params", () => {
(process.platform === "win32" ? describe.skip : describe)("Injection with query params", () => {
test("vite bundle", () => {
checkBundleForDebugIds(
path.join(__dirname, "out", "vite", "bundle1.js?foo=bar#baz"),
Expand Down

0 comments on commit e0734cd

Please sign in to comment.