UNPKG

@nxextensions/firebase-cypress

Version:

An NX Plugin for Firebase Applications that would like to use emulators for E2E testing with Cypress

5 lines (4 loc) 183 B
import { PromiseExecutor } from '@nx/devkit'; import { RunExecutorSchema } from './schema'; declare const runExecutor: PromiseExecutor<RunExecutorSchema>; export default runExecutor;