diff --git a/runtime/shared/__tests__/fbt-test.js b/runtime/shared/__tests__/fbt-test.js index 2117f051..91a4f38a 100644 --- a/runtime/shared/__tests__/fbt-test.js +++ b/runtime/shared/__tests__/fbt-test.js @@ -123,12 +123,12 @@ describe('fbt', () => { }); // React/fbt integration tests - type Props = { + type Props = $ReadOnly<{ value: string, childA: mixed, childB: mixed, ... - }; + }>; function _render(value: string, childA: mixed, childB: mixed) { // In theory, different enum values can result in different sentence