Skip to content

Commit

Permalink
fix(nx-plugin): cover dash named plugins in e2e tests
Browse files Browse the repository at this point in the history
replace the property name version with the plain version of the plugin name in the plugins e2e
tests
in order to coincide with the generated schematic name
ISSUES CLOSED: #3933

ISSUES CLOSED: #3933
  • Loading branch information
sebastiandg7 authored and vsavkin committed Oct 29, 2020
1 parent 7964319 commit 8fffe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nx-plugin/src/nx-plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ forEachCli((currentCLIName) => {
// we should change it to point to the right collection using relative path
it(`should run the plugin's e2e tests`, async (done) => {
ensureProject();
const plugin = uniq('plugin');
const plugin = uniq('plugin-name');
runCLI(
`generate @nrwl/nx-plugin:plugin ${plugin} --linter=${linter} --importPath=@proj/${plugin}`
);
Expand Down

0 comments on commit 8fffe6d

Please sign in to comment.