Codemod rest of xplat// -> fbsource//xplat
Differential Revision: D14057661 fbshipit-source-id: 7780ec117cbe5deb8cf9211b228b186bf97e1b1f
This commit is contained in:
committed by
Facebook Github Bot
parent
ab6ebf665e
commit
13bdfedeb1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user