mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Remove known-failing-on-windows
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// @known-failing-on-windows: 1 failing
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import { test, expect, describe, beforeAll } from "bun:test";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// @known-failing-on-windows: 1 failing
|
||||
import { ArrayBufferSink } from "bun";
|
||||
import { describe, expect, it } from "bun:test";
|
||||
import { isWindows } from "harness";
|
||||
|
||||
Reference in New Issue
Block a user