Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
const flushEffects = async () => {
146
await act(async () => {
147
await Promise.resolve();
148
});
149
};
150
151
describe(
"ExprEditor"
, () => {
152
afterEach(() => {
Callers
1
ExprEditor.test.tsx
File · 0.85
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected