Fix html-rewriter.test.js

This commit is contained in:
Ashcon Partovi
2023-03-07 12:28:16 -08:00
parent f7e4eb8369
commit e84ff1d8b7

View File

@@ -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) => {