mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix html-rewriter.test.js
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, it, expect } from "bun:test";
|
||||
import { gcTick } from "../gc";
|
||||
import { gcTick } from "harness";
|
||||
|
||||
var setTimeoutAsync = (fn, delay) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user