5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
/**
|
|
* Key used to store options used by the nx plugin for @nx/cypress.
|
|
*/
|
|
export const NX_PLUGIN_OPTIONS = '__NxPluginOptions__';
|