Add `@providesModule` to `IntegrationTests/WebViewTest.js`

Reviewed By: cpojer

Differential Revision: D5611573

fbshipit-source-id: 78a56524c1941a1d42fb1add5c5410c1bf8597c5
This commit is contained in:
David Aurelio 2017-08-11 09:23:10 -07:00 committed by Facebook Github Bot
parent cf38b083dd
commit 2512a34bea
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
* This source code is licensed under the BSD-style license found in the * This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant * LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory. * of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule WebViewTest
*/ */
'use strict'; 'use strict';