MCPcopy Create free account
hub / github.com/bytebase/bytebase / flushEffects

Function flushEffects

frontend/src/react/components/ExprEditor.test.tsx:145–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143};
144
145const flushEffects = async () => {
146 await act(async () => {
147 await Promise.resolve();
148 });
149};
150
151describe("ExprEditor", () => {
152 afterEach(() => {

Callers 1

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected