SIGN IN SIGN UP

fix tests for when float is off (#25839)

Some tests fail when float is off but when singletons are on. This PR
makes some adjustments

1. 2 singleton tests assert float semantics so will fail.
2. the float dispatcher was being set on the server even when float was
off. while the float calls didn't do anything warnings were still
generated. Instead we provide an empty object for the dispatcher if
float is off. Longer term the dispatcher should move to formatconfig and
just reference the float methods if the flag is on
3. some external fizz runtime tests did not gate against float but
should have
J
Josh Story committed
5dfc485f6957bf941fcd9565e0271aea019d7c9e
Parent: 827cbdb
Committed by GitHub <noreply@github.com> on 12/7/2022, 8:51:46 PM