mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update 25716.test.ts
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user