refactor: 프론트엔드 리펙토링
This commit is contained in:
@@ -178,7 +178,7 @@ describe("browser file runtime hard limits and disposal", () => {
|
||||
|
||||
it("aborts a pending native picker and prevents event resurrection", async () => {
|
||||
const input = fileInput();
|
||||
Object.defineProperty(input, "showPicker", {
|
||||
Object.defineProperty(input, "click", {
|
||||
configurable: true,
|
||||
value: vi.fn(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user