react-native-macos/IntegrationTests
Wayne Cheng 43ded753b1 Adding flow strict local to remaining possible files in xplat/JS
Summary:
ag -L --ignore __snapshots__ 'flow strict|noflow|generated|The controller you requested could not be found.' | ag '\.js$' | xargs ag -l 'flow' | sort > ~/temp
  cat ~/temp | xargs ag -L 'flow strict' | xargs sed -i '' 's/flow$/flow strict-local/'
  until flow check; do flow check --json | jq -r '.errors[].message[0].path' | sort | uniq | xargs hg revert; done

allow_many_files
The controller you requested could not be found.
The controller you requested could not be found.

Reviewed By: TheSavior

Differential Revision: D9004573

fbshipit-source-id: 936bd5741706b781be06bf08b6ad805a69407dfd
2018-08-13 21:38:57 +01:00
..
AccessibilityManagerTest.js Adding flow strict local to remaining possible files in xplat/JS 2018-08-13 21:38:57 +01:00
AppEventsTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
AsyncStorageTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
ImageCachePolicyTest.js Adding flow strict local to remaining possible files in xplat/JS 2018-08-13 21:38:57 +01:00
ImageSnapshotTest.js Adding flow strict local to remaining possible files in xplat/JS 2018-08-13 21:38:57 +01:00
IntegrationTestHarnessTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
IntegrationTestsApp.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
LayoutEventsTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
LoggingTestModule.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
PromiseTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
PropertiesUpdateTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
RCTRootViewIntegrationTestApp.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
ReactContentSizeUpdateTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
SimpleSnapshotTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
SizeFlexibilityUpdateTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
SyncMethodTest.js Adding flow strict local to remaining possible files in xplat/JS 2018-08-13 21:38:57 +01:00
TimersTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
WebSocketTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
WebViewTest.js vars -> let/const react-native IntegrationTests 2018-05-14 00:24:45 -07:00
blue_square.png Cleanup before image! codemod 2016-11-22 21:13:52 -08:00
launchWebSocketServer.command Uniformizes how THIS_DIR is computed in xplat/js 2018-07-19 05:16:22 -07:00
red_square.png Cleanup before image! codemod 2016-11-22 21:13:52 -08:00
websocket_integration_test_server.js Prettier files with shebang 2018-05-11 13:52:30 -07:00