@apployees-nx/webserver
Version:
A create-react-app inspired plugin for Nx, with SSR and PWA capabilities.
12 lines (10 loc) • 459 B
text/typescript
/*******************************************************************************
* © Apployees Inc., 2019
* All Rights Reserved.
******************************************************************************/
import { join } from "path";
import { SchematicTestRunner } from "@angular-devkit/schematics/testing";
export const webserverTestRunner = new SchematicTestRunner(
"@apployees-nx/webserver",
join(__dirname, "./__tests__/collection.json"),
);