mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
unskip
This commit is contained in:
@@ -1169,7 +1169,7 @@ describe("expect()", () => {
|
||||
expect(w).toEqual(w);
|
||||
});
|
||||
|
||||
test.skip("deepEquals Set/Map stress test", () => {
|
||||
test("deepEquals Set/Map stress test", () => {
|
||||
const arr1 = [];
|
||||
const arr2 = [];
|
||||
const arr3 = [];
|
||||
|
||||
Reference in New Issue
Block a user