UNPKG

@nx/remix

Version:

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applica

6 lines 555 B
import { type Tree } from '@nx/devkit'; export declare function updateVitestTestSetup(tree: Tree, pathToVitestConfig: string, pathToTestSetup: string): void; export declare function updateJestTestSetup(tree: Tree, pathToJestConfig: string, pathToTestSetup: string): void; export declare function updateJestTestMatch(tree: Tree, pathToJestConfig: string, includesString: string): void; export declare function updateVitestTestIncludes(tree: Tree, pathToVitestConfig: string, includesString: string): void; //# sourceMappingURL=testing-config-utils.d.ts.map