Codemod rest of xplat// -> fbsource//xplat

Differential Revision: D14057661

fbshipit-source-id: 7780ec117cbe5deb8cf9211b228b186bf97e1b1f
This commit is contained in:
Jonathan Kim
2019-02-16 23:27:23 -08:00
committed by Facebook Github Bot
parent ab6ebf665e
commit 13bdfedeb1

View File

@@ -50,7 +50,7 @@ public void myTest() {
## C++
Start by creating your first test file in this directory `MyFlipperPluginTests.cpp` and import the testing utilities from `xplat//sonar/xplat:FlipperTestLib`. These utilities mock out core pieces of the communication channel so that you can test your plugin in isolation.
Start by creating your first test file in this directory `MyFlipperPluginTests.cpp` and import the testing utilities from `fbsource//xplat/sonar/xplat:FlipperTestLib`. These utilities mock out core pieces of the communication channel so that you can test your plugin in isolation.
```
#include <MyFlipperPlugin/MyFlipperPlugin.h>