mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
dc7a87e737
Summary: <Text> component is used to describe text attributes in React. Reviewed By: mdvacca Differential Revision: D7751851 fbshipit-source-id: f90a4367cad64283ee64828b0d5e24470ee3d9f7
15 lines
274 B
C++
15 lines
274 B
C++
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#include <memory>
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
TEST(TextTest, testSomething) {
|
|
// TODO:
|
|
}
|