Skip to content

Commit 57e05dc

Browse files
committed
test: adjust e2e folder
1 parent 27c9cdd commit 57e05dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe('nx-plugin', () => {
223223
});
224224

225225
it('should consider plugin option projectPrefix in executor target', async () => {
226-
const cwd = join(baseDir, 'configuration-option-bin');
226+
const cwd = join(baseDir, 'configuration-option-project-prefix');
227227
registerPluginInWorkspace(tree, {
228228
plugin: '@code-pushup/nx-plugin',
229229
options: {

0 commit comments

Comments
 (0)