Add Flipper server command definitions
Reviewed By: lblasa Differential Revision: D33980529 fbshipit-source-id: b64f48134d4816d3502c70d15beff90a044490a4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
035ba5613c
commit
fc20abf392
@@ -96,6 +96,7 @@ test('getPluginDetailsV2', async () => {
|
||||
"name": "flipper-plugin-test",
|
||||
"pluginType": undefined,
|
||||
"publishedDocs": undefined,
|
||||
"serverAddOn": undefined,
|
||||
"source": "src/index.tsx",
|
||||
"specVersion": 2,
|
||||
"supportedApps": undefined,
|
||||
@@ -139,6 +140,7 @@ test('id used as title if the latter omited', async () => {
|
||||
"name": "flipper-plugin-test",
|
||||
"pluginType": undefined,
|
||||
"publishedDocs": undefined,
|
||||
"serverAddOn": undefined,
|
||||
"source": "src/index.tsx",
|
||||
"specVersion": 2,
|
||||
"supportedApps": undefined,
|
||||
@@ -181,6 +183,7 @@ test('name without "flipper-plugin-" prefix is used as title if the latter omite
|
||||
"name": "flipper-plugin-test",
|
||||
"pluginType": undefined,
|
||||
"publishedDocs": undefined,
|
||||
"serverAddOn": undefined,
|
||||
"source": "src/index.tsx",
|
||||
"specVersion": 2,
|
||||
"supportedApps": undefined,
|
||||
@@ -226,6 +229,7 @@ test('flipper-plugin-version is parsed', async () => {
|
||||
"name": "flipper-plugin-test",
|
||||
"pluginType": undefined,
|
||||
"publishedDocs": undefined,
|
||||
"serverAddOn": undefined,
|
||||
"source": "src/index.tsx",
|
||||
"specVersion": 2,
|
||||
"supportedApps": undefined,
|
||||
@@ -275,6 +279,7 @@ test('plugin type and supported devices parsed', async () => {
|
||||
"name": "flipper-plugin-test",
|
||||
"pluginType": "device",
|
||||
"publishedDocs": undefined,
|
||||
"serverAddOn": undefined,
|
||||
"source": "src/index.tsx",
|
||||
"specVersion": 2,
|
||||
"supportedApps": undefined,
|
||||
@@ -340,6 +345,7 @@ test('plugin type and supported apps parsed', async () => {
|
||||
"name": "flipper-plugin-test",
|
||||
"pluginType": "client",
|
||||
"publishedDocs": undefined,
|
||||
"serverAddOn": undefined,
|
||||
"source": "src/index.tsx",
|
||||
"specVersion": 2,
|
||||
"supportedApps": Array [
|
||||
@@ -428,6 +434,7 @@ test('can merge two package.json files', async () => {
|
||||
"overview": true,
|
||||
"setup": true,
|
||||
},
|
||||
"serverAddOn": undefined,
|
||||
"source": "src/index.tsx",
|
||||
"specVersion": 2,
|
||||
"supportedApps": undefined,
|
||||
|
||||
Reference in New Issue
Block a user