UNPKG

@nxextensions/firebase-cypress

Version:

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

9 lines 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.openCypress = openCypress; async function openCypress(options, context) { return { success: true }; } //# sourceMappingURL=open-cypress.js.map