Update 25716.test.ts

This commit is contained in:
Jarred Sumner
2026-01-13 22:38:31 -08:00
parent af2317deb4
commit 49d0fbd2de

View File

@@ -4,7 +4,7 @@ import { expect, test } from "bun:test";
import { tempDirWithFiles } from "harness";
import { join } from "path";
test.each(["browser", "bun"] as const)("Bun.build reactFastRefresh works with target: %s", async (target) => {
test.each(["browser", "bun"] as const)("Bun.build reactFastRefresh works with target: %s", async target => {
const dir = tempDirWithFiles("react-fast-refresh-test", {
"component.tsx": `
import { useState } from "react";