microsoft / fast

The adaptive interface system for modern web experiences.
https://www.fast.design
Other
9.25k stars 590 forks source link

fix: use local placeholder image in fast-ssr tests #6856

Closed radium-v closed 10 months ago

radium-v commented 10 months ago

Pull Request

📖 Description

Some of the tests in fast-ssr use placeholder images. This PR makes those images load locally instead of calling out to a placeholder service (which has rate limits).

📑 Test Plan

All tests for fast-ssr should pass as expected.

✅ Checklist

General