Summary: To be very clear, this is not the final layout of this in any way but it already automates at least testing that the app starts up and the changelog shows. This sets up the annoyingly verbose setup for this. One of the downsides of workspaces is that we need to be able to install all dependencies at once, including the chrome-webdriver which means we need to install the full electron cache now for linting, too. Reviewed By: nikoant Differential Revision: D21204578 fbshipit-source-id: b3403ab62b799228976a651620ea360e0bb1cf99
13 lines
240 B
TypeScript
13 lines
240 B
TypeScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
*/
|
|
|
|
import test from './open';
|
|
|
|
test();
|