UNPKG

@nx/gatsby

Version:

Gatsby Plugin for Nx

6 lines (5 loc) 130 B
export interface InitSchema { unitTestRunner?: 'jest' | 'none'; e2eTestRunner?: 'cypress' | 'none'; skipFormat?: boolean; }