Skip to content

Commit

Permalink
fix(detox): provide calling generator
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Aug 18, 2023
1 parent ffad6f5 commit 27fcbc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export async function normalizeOptions(
projectType: 'application',
directory: options.e2eDirectory,
projectNameAndRootFormat: options.projectNameAndRootFormat,
callingGenerator: '@nx/detox:application',
});

const { fileName: appFileName, className: appClassName } = names(
Expand Down

0 comments on commit 27fcbc5

Please sign in to comment.