SoYoung210 / soso-tip

๐Ÿฏ์†Œ์†Œํ•œ ํŒ๋“ค๊ณผ ์ •๋ฆฌ, ๋ฒ„๊ทธ ํ•ด๊ฒฐ๊ธฐ๋ฅผ ๋ชจ์•„๋‘๋Š” ๋ ˆํฌ
24 stars 0 forks source link

Suspense with testing-library (Feat.swr) #48

Open SoYoung210 opened 3 years ago

SoYoung210 commented 3 years ago

https://github.com/vercel/swr/blob/9e734aaff7d3082fc9fd7945f615fb63621b2bc7/test/use-swr.test.tsx#L1790

expect(container.textContent).toMatchInlineSnapshot(`"loading"`)
await act(() => new Promise(res => setTimeout(res, 1000))) // update